Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp199 if (Constant *CRHS = dyn_cast<Constant>(RHS)) { in visitCmpInst() local
H A DInlineCost.cpp1615 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitCmpInst() local
1649 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitSub() local
1668 Constant *CRHS = dyn_cast<Constant>(RHS); in visitBinaryOperator() local
H A DInstructionSimplify.cpp136 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
600 if (auto *CRHS = dyn_cast<Constant>(Op1)) in foldOrCommuteConstant() local
3340 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in SimplifyICmpInst() local
3594 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS)) in SimplifyICmpInst() local
3656 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in SimplifyFCmpInst() local
H A DValueTracking.cpp3005 if (const auto *CRHS = dyn_cast<Constant>(U->getOperand(1))) in ComputeNumSignBitsImpl() local
6353 const APInt *CLHS, *CRHS; in isTruePredicate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp218 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in InsertBinop() local
567 if (Constant *CRHS = dyn_cast<Constant>(Idx)) in expandAddToGEP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9025 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performAndCombine() local
9216 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1)); in performOrCombine() local
9316 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(N->getOperand(1)); in performOrCombine() local
9335 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performXorCombine() local
9808 auto *CRHS = dyn_cast<ConstantFPSDNode>(N0.getOperand(1)); in performFCanonicalizeCombine() local
10668 auto CRHS = dyn_cast<ConstantSDNode>(RHS); in performSetCCCombine() local
10731 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in performSetCCCombine() local
H A DAMDGPUISelLowering.cpp3517 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in foldFreeOpFromSelect() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3950 if (ConstantSDNode *CRHS = in ComputeNumSignBits() local