Searched refs:FMulOrDiv (Results 1 – 2 of 2) sorted by relevance
486 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, Constant *C, in foldFMulConst() argument488 assert(isFMulOrFDivWithConstant(FMulOrDiv) && "V is invalid"); in foldFMulConst()490 Value *Opnd0 = FMulOrDiv->getOperand(0); in foldFMulConst()491 Value *Opnd1 = FMulOrDiv->getOperand(1); in foldFMulConst()499 if (FMulOrDiv->getOpcode() == Instruction::FMul) { in foldFMulConst()506 if (FMulOrDiv->hasOneUse()) { in foldFMulConst()
232 Value *foldFMulConst(Instruction *FMulOrDiv, Constant *C,