Searched refs:ConstDouble2 (Results 1 – 1 of 1) sorted by relevance
50 ConstantInst *ConstDouble2 = getModule()->getConstant(DoubleTy, 2.0); in transform() local51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2); in transform()