Searched refs:ALHS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | CheckedArithmetic.h | 31 llvm::APInt ALHS(/*BitSize=*/sizeof(T) * 8, LHS, Signed); 34 llvm::APInt Out = (ALHS.*Op)(ARHS, Overflow);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ValueTracking.cpp | 5372 isImpliedCondOperands(CmpInst::Predicate Pred, const Value *ALHS, in isImpliedCondOperands() argument 5381 if (isTruePredicate(CmpInst::ICMP_SLE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 5388 if (isTruePredicate(CmpInst::ICMP_ULE, BLHS, ALHS, DL, Depth) && in isImpliedCondOperands() 5397 static bool isMatchingOps(const Value *ALHS, const Value *ARHS, in isMatchingOps() argument 5401 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 5402 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 5451 Value *ALHS = LHS->getOperand(0); in isImpliedCondICmps() local 5464 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, AreSwappedOps)) { in isImpliedCondICmps() 5475 if (ALHS == BLHS && isa<ConstantInt>(ARHS) && isa<ConstantInt>(BRHS)) { in isImpliedCondICmps() 5485 return isImpliedCondOperands(APred, ALHS, ARHS, BLHS, BRHS, DL, Depth); in isImpliedCondICmps() [all …]
|