Searched refs:DoubleTy (Results 1 – 2 of 2) sorted by relevance
49 auto *DoubleTy = getModule()->getFloatType(64); in transform() local50 ConstantInst *ConstDouble2 = getModule()->getConstant(DoubleTy, 2.0); in transform()51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2); in transform()
574 if (QT == C.DoubleTy || in ValidateTypeHelper()