Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3940 auto KnownLHS = KB->getKnownBits(MI.getOperand(2).getReg()); in matchICmpToTrueFalseKnownBits() local
3947 KnownVal = KnownBits::eq(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3950 KnownVal = KnownBits::ne(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3953 KnownVal = KnownBits::sge(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3956 KnownVal = KnownBits::sgt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3959 KnownVal = KnownBits::sle(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3962 KnownVal = KnownBits::slt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3965 KnownVal = KnownBits::uge(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3968 KnownVal = KnownBits::ugt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
3971 KnownVal = KnownBits::ule(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1024 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp() local
1027 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()
1028 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp()
1036 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9225 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible() local
9226 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()
9227 LHS = KnownLHS->second; in areCommonBaseCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39208 KnownBits KnownLHS, KnownRHS; in SimplifyDemandedBitsForTargetNode() local
39211 KnownLHS, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()