Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp159 Align ARHS = AMDGPU::getAlign(DL, RHS); in runOnModule() local
160 if (ALHS != ARHS) { in runOnModule()
161 return ALHS > ARHS; in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCheckedArithmetic.h32 llvm::APInt ARHS(sizeof(T) * 8, RHS, Signed);
34 llvm::APInt Out = (ALHS.*Op)(ARHS, Overflow);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6366 const Value *ARHS, const Value *BLHS, const Value *BRHS, in isImpliedCondOperands() argument
6375 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
6382 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands()
6390 static bool isMatchingOps(const Value *ALHS, const Value *ARHS, in isMatchingOps() argument
6394 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps()
6395 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps()
6446 Value *ARHS = LHS->getOperand(1); in isImpliedCondICmps() local
6455 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, AreSwappedOps)) { in isImpliedCondICmps()
6466 if (ALHS == BLHS && isa<ConstantInt>(ARHS) && isa<ConstantInt>(BRHS)) { in isImpliedCondICmps()
6468 APred, cast<ConstantInt>(ARHS), BPred, cast<ConstantInt>(BRHS))) in isImpliedCondICmps()
[all …]