Lines Matching defs:FPI
8283 const ConstrainedFPIntrinsic &FPI) {
8292 for (unsigned I = 0, E = FPI.getNonMetadataArgCount(); I != E; ++I)
8293 Opers.push_back(getValue(FPI.getArgOperand(I)));
8322 EVT VT = TLI.getValueType(DAG.getDataLayout(), FPI.getType());
8324 fp::ExceptionBehavior EB = *FPI.getExceptionBehavior();
8330 if (auto *FPOp = dyn_cast<FPMathOperator>(&FPI))
8334 switch (FPI.getIntrinsicID()) {
8353 Opers.push_back(getValue(FPI.getArgOperand(2)));
8369 auto *FPCmp = dyn_cast<ConstrainedFPCmpIntrinsic>(&FPI);
8382 setValue(&FPI, FPResult);