Searched defs:SimpR (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1151 Instruction *SimpR = nullptr; local
1163 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1175 SimpR = BinaryOperator::CreateFDiv(NewInst, X);
1182 SimpR->setFastMathFlags(I.getFastMathFlags());
1183 return SimpR;

Completed in 45 milliseconds