Searched defs:FMul (Results 1 – 7 of 7) sorted by relevance
153 | FMul Constructor
203 | FMul Constructor
1028 Value *FMul = B.CreateFMul(OpC->getArgOperand(0), Op2, "mul"); in optimizePow() local1096 Value *FMul = getPow(InnerChain, V.convertToDouble(), B); in optimizePow() local
165 | FMul Constructor
223 | FMul Constructor
676 Value *FMul = Builder->CreateFMul(N0, N1); in visitFMul() local
185 FMul Opcode = C.LLVMFMul const