Searched refs:CvtFDivConstToReciprocal (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp960 /// CvtFDivConstToReciprocal tries to convert X/C into X*1/C if C not a special
967 static Instruction *CvtFDivConstToReciprocal(Value *Dividend, function
1026 Res = CvtFDivConstToReciprocal(X, cast<ConstantFP>(C),
1040 if (Instruction *T = CvtFDivConstToReciprocal(Op0, Op1C, AllowReciprocal))

Completed in 95 milliseconds