Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp256 if (Constant *CRHS = dyn_cast<Constant>(RHS)) InsertBinop() local
358 if (Constant *CRHS = dyn_cast<Constant>(Idx)) expandAddToGEP() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp140 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); isSameCompare() local
611 if (auto *CRHS = dyn_cast<Constant>(Op1)) { foldOrCommuteConstant() local
3761 if (Constant *CRHS = dyn_cast<Constant>(RHS)) simplifyICmpInst() local
4041 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS)) simplifyICmpInst() local
4078 if (Constant *CRHS = dyn_cast<Constant>(RHS)) simplifyFCmpInst() local
[all...]
H A DInlineCost.cpp2100 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); visitSub() local
2119 Constant *CRHS = dyn_cast<Constant>(RHS); visitBinaryOperator() local
H A DValueTracking.cpp3819 if (const auto *CRHS = dyn_cast<Constant>(U->getOperand(1))) ComputeNumSignBitsImpl() local
4655 const APFloat *CRHS; computeKnownFPClassFromCond() local
8771 const APInt *CLHS, *CRHS; isTruePredicate() local
8812 const APInt *CLHS, *CRHS; isTruePredicate() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11512 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); performAndCombine() local
12287 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1)); performOrCombine() local
12419 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(N->getOperand(1)); performOrCombine() local
12438 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); performXorCombine() local
14509 auto CRHS = dyn_cast<ConstantSDNode>(RHS); performSetCCCombine() local
14572 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); performSetCCCombine() local
[all...]
H A DAMDGPUISelLowering.cpp1683 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); combineFMinMaxLegacy() local
4567 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); foldFreeOpFromSelect() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3810 auto *CRHS = dyn_cast<ConstantSDNode>(RHS); performCombineVMergeAndVOps() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4767 if (ConstantSDNode *CRHS = ComputeNumSignBits() local