Home
last modified time | relevance | path

Searched refs:CompareRHS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8719 auto *CompareRHS = dyn_cast<ConstantSDNode>(ICmp->getOperand(1)); in combineCCMask() local
8720 if (!CompareRHS) in combineCCMask()
8739 if (CompareRHS->getAPIntValue() == FalseVal->getAPIntValue()) in combineCCMask()
8741 else if (CompareRHS->getAPIntValue() != TrueVal->getAPIntValue()) in combineCCMask()
8778 if (CompareRHS->getZExtValue() != 0) in combineCCMask()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14603 uint64_t CompareRHS = RHSOffset.getQuantity(); in EvaluateComparisonBinaryOperator() local
14607 CompareRHS &= Mask; in EvaluateComparisonBinaryOperator()
14618 if (CompareLHS > OffsetLimit || CompareRHS > OffsetLimit) in EvaluateComparisonBinaryOperator()
14622 if (CompareLHS < CompareRHS) in EvaluateComparisonBinaryOperator()
14624 if (CompareLHS > CompareRHS) in EvaluateComparisonBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp192 Constant *CompareRHS = cast<Constant>(ICI.getOperand(1)); in foldCmpLoadFromIndexedGlobal() local
214 CompareRHS, DL, &TLI); in foldCmpLoadFromIndexedGlobal()