Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1018 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp() local
1021 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()
1022 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp()
1030 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp933 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp() local
936 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()
937 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp()
945 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9111 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible() local
9112 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()
9113 LHS = KnownLHS->second; in areCommonBaseCompatible()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36049 KnownBits KnownLHS, KnownRHS; in SimplifyDemandedBitsForTargetNode() local
36052 KnownLHS, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp38431 KnownBits KnownLHS, KnownRHS; in SimplifyDemandedBitsForTargetNode() local
38434 KnownLHS, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()