Searched defs:RHSCst (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | LoadStoreOpt.cpp | 94 if (RHSCst) in getPointerInfo() local |
H A D | Utils.cpp | 1025 auto RHSCst = getIConstantVRegVal(RHS, MRI); ConstantFoldICmp() local |
H A D | CombinerHelper.cpp | 2482 if (auto RHSCst = getIConstantVRegVal(RHS, MRI)) { matchCombineConstPtrAddToI2P() local |
/llvm-project/llvm/lib/Target/AArch64/GISel/ | ||
H A D | AArch64PostLegalizerLowering.cpp | 882 auto RHSCst = getIConstantVRegValWithLookThrough(RHS, MRI); trySwapICmpOperands() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 396 if (auto *RHSCst = dyn_cast<ConstantSDNode>(RHS)) matchBinaryPredicate() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 3604 if (const SCEVConstant *RHSCst = dyn_cast<SCEVConstant>(RHS)) { getUDivExactExpr() local |