Lines Matching defs:FPI
6864 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6865 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(),
6866 *FPI->getRoundingMode()))
6926 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6927 return simplifyFAddInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6928 *FPI->getExceptionBehavior(),
6929 *FPI->getRoundingMode());
6932 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6933 return simplifyFSubInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6934 *FPI->getExceptionBehavior(),
6935 *FPI->getRoundingMode());
6938 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6939 return simplifyFMulInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6940 *FPI->getExceptionBehavior(),
6941 *FPI->getRoundingMode());
6944 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6945 return simplifyFDivInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6946 *FPI->getExceptionBehavior(),
6947 *FPI->getRoundingMode());
6950 auto *FPI = cast<ConstrainedFPIntrinsic>(Call);
6951 return simplifyFRemInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6952 *FPI->getExceptionBehavior(),
6953 *FPI->getRoundingMode());