Searched refs:LHSAA (Results 1 – 1 of 1) sorted by relevance
9301 auto *LHSAA = A.getAAFor<AAValueConstantRange>( in calculateBinaryOperator() local9304 if (!LHSAA) in calculateBinaryOperator()9306 QuerriedAAs.push_back(LHSAA); in calculateBinaryOperator()9307 auto LHSAARange = LHSAA->getAssumedConstantRange(A, CtxI); in calculateBinaryOperator()9390 auto *LHSAA = A.getAAFor<AAValueConstantRange>( in calculateCmpInst() local9393 if (!LHSAA) in calculateCmpInst()9395 QuerriedAAs.push_back(LHSAA); in calculateCmpInst()9402 auto LHSAARange = LHSAA->getAssumedConstantRange(A, CtxI); in calculateCmpInst()9432 << ": " << T << "\n\t" << *LHSAA << "\t<op>\n\t" in calculateCmpInst()