Home
last modified time | relevance | path

Searched refs:KnownLHS (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp895 KnownBits KnownLHS = computeKnownBits(LHS, 0, &CI); in transformZExtICmp() local
898 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()
899 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp()
907 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
/external/clang/lib/AST/
DASTContext.cpp7253 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible() local
7254 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()
7255 LHS = KnownLHS->second; in areCommonBaseCompatible()