Home
last modified time | relevance | path

Searched refs:ConstDouble2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dtransformer_test.cpp50 ConstantInst *ConstDouble2 = getModule()->getConstant(DoubleTy, 2.0); in transform() local
51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2); in transform()