Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DValueTracking.h834 const Value *RHSOp0, const Value *RHSOp1,
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp6909 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondAndOr() argument
6927 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
6930 ARHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
6939 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondition() argument
6956 return isImpliedCondICmps(LHSCmp, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, in isImpliedCondition()
6966 return isImpliedCondAndOr(LHSI, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, in isImpliedCondition()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp6449 MachineOperand &RHSOp1 = RHS->getOperand(1); in selectAddrModeUnscaled() local
6450 if (!RHSOp1.isCImm() || RHSOp1.getCImm()->getBitWidth() > 64) in selectAddrModeUnscaled()
6452 RHSC = RHSOp1.getCImm()->getSExtValue(); in selectAddrModeUnscaled()