Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueTracking.h1248 const Value *RHSOp0, const Value *RHSOp1,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp9145 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondAndOr() argument
9163 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9166 ARHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9175 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondition() argument
9196 return isImpliedCondICmps(LHSCmp, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue); in isImpliedCondition()
9205 return isImpliedCondAndOr(LHSI, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, in isImpliedCondition()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64InstructionSelector.cpp7418 MachineOperand &RHSOp1 = RHS->getOperand(1); in selectAddrModeUnscaled() local
7419 if (!RHSOp1.isCImm() || RHSOp1.getCImm()->getBitWidth() > 64) in selectAddrModeUnscaled()
7421 RHSC = RHSOp1.getCImm()->getSExtValue(); in selectAddrModeUnscaled()