Home
last modified time | relevance | path

Searched defs:CRHS (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1970 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitCmpInst() local
2004 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitSub() local
2023 Constant *CRHS = dyn_cast<Constant>(RHS); in visitBinaryOperator() local
H A DInstructionSimplify.cpp135 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
607 if (auto *CRHS = dyn_cast<Constant>(Op1)) { in foldOrCommuteConstant() local
3661 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in simplifyICmpInst() local
3922 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS)) in simplifyICmpInst() local
3960 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in simplifyFCmpInst() local
H A DValueTracking.cpp3235 if (const auto *CRHS = dyn_cast<Constant>(U->getOperand(1))) in ComputeNumSignBitsImpl() local
6790 const APInt *CLHS, *CRHS; in isTruePredicate() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp223 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in InsertBinop() local
578 if (Constant *CRHS = dyn_cast<Constant>(Idx)) in expandAddToGEP() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9661 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performAndCombine() local
9853 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1)); in performOrCombine() local
9953 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(N->getOperand(1)); in performOrCombine() local
9976 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performXorCombine() local
10457 auto *CRHS = dyn_cast<ConstantFPSDNode>(N0.getOperand(1)); in performFCanonicalizeCombine() local
11431 auto CRHS = dyn_cast<ConstantSDNode>(RHS); in performSetCCCombine() local
11494 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in performSetCCCombine() local
H A DAMDGPUISelLowering.cpp3697 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in foldFreeOpFromSelect() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4285 if (ConstantSDNode *CRHS = in ComputeNumSignBits() local