Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2045 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); visitCmpInst() local
2092 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); visitSub() local
2111 Constant *CRHS = dyn_cast<Constant>(RHS); visitBinaryOperator() local
H A DInstructionSimplify.cpp139 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); isSameCompare() local
610 if (auto *CRHS = dyn_cast<Constant>(Op1)) { foldOrCommuteConstant() local
3743 if (Constant *CRHS = dyn_cast<Constant>(RHS)) simplifyICmpInst() local
4031 if (auto *CRHS = dyn_cast<PtrToIntOperator>(RHS)) simplifyICmpInst() local
4068 if (Constant *CRHS = dyn_cast<Constant>(RHS)) simplifyFCmpInst() local
[all...]
H A DValueTracking.cpp3428 if (const auto *CRHS = dyn_cast<Constant>(U->getOperand(1))) ComputeNumSignBitsImpl() local
8208 const APInt *CLHS, *CRHS; isTruePredicate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp217 if (Constant *CRHS = dyn_cast<Constant>(RHS)) InsertBinop() local
319 if (Constant *CRHS = dyn_cast<Constant>(Idx)) expandAddToGEP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11326 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); performAndCombine() local
12020 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS.getOperand(1)); performOrCombine() local
12152 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(N->getOperand(1)); performOrCombine() local
12171 const ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(RHS); performXorCombine() local
12730 auto *CRHS = dyn_cast<ConstantFPSDNode>(N0.getOperand(1)); performFCanonicalizeCombine() local
14198 auto CRHS = dyn_cast<ConstantSDNode>(RHS); performSetCCCombine() local
14261 const ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); performSetCCCombine() local
[all...]
H A DAMDGPUISelLowering.cpp1636 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); combineFMinMaxLegacy() local
4513 ConstantFPSDNode *CRHS = dyn_cast<ConstantFPSDNode>(RHS); foldFreeOpFromSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3603 auto *CRHS = dyn_cast<ConstantSDNode>(RHS); performCombineVMergeAndVOps() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4567 if (ConstantSDNode *CRHS = ComputeNumSignBits() local