Lines Matching defs:FPI
6828 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6829 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(),
6830 *FPI->getRoundingMode()))
6890 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6891 return simplifyFAddInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6892 *FPI->getExceptionBehavior(),
6893 *FPI->getRoundingMode());
6896 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6897 return simplifyFSubInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6898 *FPI->getExceptionBehavior(),
6899 *FPI->getRoundingMode());
6902 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6903 return simplifyFMulInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6904 *FPI->getExceptionBehavior(),
6905 *FPI->getRoundingMode());
6908 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6909 return simplifyFDivInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6910 *FPI->getExceptionBehavior(),
6911 *FPI->getRoundingMode());
6914 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6915 return simplifyFRemInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6916 *FPI->getExceptionBehavior(),
6917 *FPI->getRoundingMode());