Lines Matching defs:FPI
8137 const ConstrainedFPIntrinsic &FPI) {
8146 for (unsigned I = 0, E = FPI.getNonMetadataArgCount(); I != E; ++I)
8147 Opers.push_back(getValue(FPI.getArgOperand(I)));
8176 EVT VT = TLI.getValueType(DAG.getDataLayout(), FPI.getType());
8178 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior();
8184 if (auto *FPOp = dyn_cast<FPMathOperator>(&FPI))
8188 switch (FPI.getIntrinsicID()) {
8207 Opers.push_back(getValue(FPI.getArgOperand(2)));
8223 auto *FPCmp = dyn_cast<ConstrainedFPCmpIntrinsic>(&FPI);
8236 setValue(&FPI, FPResult);