Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getFastMathFlags

443   if (Value *V = SimplifyFMulInst(Op0, Op1, I.getFastMathFlags(), DL))
532 Builder->SetFastMathFlags(Log2->getFastMathFlags());
548 Builder->SetFastMathFlags(I.getFastMathFlags());
589 Builder->SetFastMathFlags(I.getFastMathFlags());
1107 Res->setFastMathFlags(I.getFastMathFlags());
1142 R->setFastMathFlags(I.getFastMathFlags());
1159 FastMathFlags Flags = I.getFastMathFlags();
1160 Flags &= cast<Instruction>(Op0)->getFastMathFlags();
1171 FastMathFlags Flags = I.getFastMathFlags();
1172 Flags &= cast<Instruction>(Op1)->getFastMathFlags();
1182 SimpR->setFastMathFlags(I.getFastMathFlags());