Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp486 Value *InstCombiner::foldFMulConst(Instruction *FMulOrDiv, Constant *C, in foldFMulConst() argument
488 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()
DInstCombineInternal.h232 Value *foldFMulConst(Instruction *FMulOrDiv, Constant *C,