Lines Matching defs:opr1
913 Value *opr1 = FPOp->getOperand(1);
917 if (!match(opr1, m_APFloatAllowPoison(CF)))
918 match(opr1, m_APIntAllowPoison(CINT));
980 // Remember that ci_opr1 is set if opr1 is integral
1098 if (!isKnownIntegral(opr1, M->getDataLayout(), FPOp->getFastMathFlags()))
1124 opr1 = B.CreateSIToFP(opr1, nval->getType(), "pownI2F");
1126 nval = B.CreateFMul(opr1, nval, "__ylogx");
1137 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou");
1146 << "exp2(" << *opr1 << " * log2(" << *opr0 << "))\n");
1155 Value *opr1 = FPOp->getOperand(1);
1158 if (!match(opr1, m_APIntAllowPoison(CINT)))
1463 // By default, opr0/opr1/opr3 holds values of float/double type.
1466 double opr0 = 0.0, opr1 = 0.0;
1476 opr1 = (getArgType(FInfo) == AMDGPULibFunc::F64)
1594 Res0 = pow(opr0, opr1);