Lines Matching defs:TestIsStrictOp
7799 bool TestIsStrictOp = false;
7844 bool isStrictTestOp() const { return TestIsStrictOp; }
7916 UB == nullptr && Step == nullptr && !TestIsLessOp && !TestIsStrictOp);
7938 Step == nullptr && !TestIsLessOp && !TestIsStrictOp);
7944 TestIsStrictOp = StrictOp;
8423 bool TestIsStrictOp, bool RoundToStep,
8441 ((!TestIsStrictOp && LRes.isNonNegative()) ||
8442 (TestIsStrictOp && LRes.isStrictlyPositive()));
8446 (TestIsStrictOp || (RoundToStep && IsStepConst))) {
8460 if (TestIsStrictOp) {
8532 if (TestIsStrictOp)
8562 if (TestIsStrictOp)
8775 Step, VarType, TestIsStrictOp,
8853 Step, VarType, TestIsStrictOp,
8960 *TestIsLessOp ? (TestIsStrictOp ? BO_LT : BO_LE)
8961 : (TestIsStrictOp ? BO_GT : BO_GE),
9046 /*TestIsStrictOp=*/false, /*RoundToStep=*/false, Captures);