Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp256 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in InsertBinop() local
358 if (Constant *CRHS = dyn_cast<Constant>(Idx)) in expandAddToGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp140 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
611 if (auto *CRHS = dyn_cast<Constant>(Op1)) { in foldOrCommuteConstant() local
3758 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in simplifyICmpInst() local
4038 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS)) in simplifyICmpInst() local
4075 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in simplifyFCmpInst() local
H A DInlineCost.cpp2100 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitSub() local
2119 Constant *CRHS = dyn_cast<Constant>(RHS); in visitBinaryOperator() local
H A DValueTracking.cpp3926 if (const auto *CRHS = dyn_cast<Constant>(U->getOperand(1))) in ComputeNumSignBitsImpl() local
4772 const APFloat *CRHS; in computeKnownFPClassFromCond() local
8941 const APInt *CLHS, *CRHS; in isTruePredicate() local
8982 const APInt *CLHS, *CRHS; in isTruePredicate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11515 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performAndCombine() local
12290 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1)); in performOrCombine() local
12422 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(N->getOperand(1)); in performOrCombine() local
12441 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); in performXorCombine() local
14513 auto CRHS = dyn_cast<ConstantSDNode>(RHS); in performSetCCCombine() local
14576 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in performSetCCCombine() local
H A DAMDGPUISelLowering.cpp1677 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in combineFMinMaxLegacy() local
4567 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); in foldFreeOpFromSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3824 auto *CRHS = dyn_cast<ConstantSDNode>(RHS); in performCombineVMergeAndVOps() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4768 if (ConstantSDNode *CRHS = in ComputeNumSignBits() local