Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCheckedArithmetic.h32 llvm::APInt ARHS(sizeof(T) * 8, RHS, Signed);
34 llvm::APInt Out = (ALHS.*Op)(ARHS, Overflow);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp6434 const Value *ARHS, const Value *BLHS, const Value *BRHS, in isImpliedCondOperands() argument
6443 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
6450 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
6458 static bool isMatchingOps(const Value *ALHS, const Value *ARHS, in isMatchingOps() argument
6462 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps()
6463 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps()
6513 Value *ARHS = LHS->getOperand(1); in isImpliedCondICmps() local
6522 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, AreSwappedOps)) { in isImpliedCondICmps()
6533 if (ALHS == BLHS && isa<ConstantInt>(ARHS) && isa<ConstantInt>(BRHS)) { in isImpliedCondICmps()
6535 APred, cast<ConstantInt>(ARHS), BPred, cast<ConstantInt>(BRHS))) in isImpliedCondICmps()
[all …]