Home
last modified time | relevance | path

Searched defs:CLHS (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp255 if (Constant *CLHS = dyn_cast<Constant>(LHS)) InsertBinop() local
357 if (Constant *CLHS = dyn_cast<Constant>(V)) expandAddToGEP() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp911 const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num); optimizeWithRsq() local
953 if (const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num)) { optimizeWithRcp() local
H A DSIISelLowering.cpp10453 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { lowerFastUnsafeFDIV() local
12286 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); performOrCombine() local
14406 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { performFDivCombine() local
H A DAMDGPULegalizerInfo.cpp4789 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { legalizeFastUnsafeFDIV() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp140 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); isSameCompare() local
610 if (auto *CLHS = dyn_cast<Constant>(Op0)) { foldOrCommuteConstant() local
3760 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { simplifyICmpInst() local
4040 if (auto *CLHS = dyn_cast<PtrToIntOperator>(LHS)) simplifyICmpInst() local
4077 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { simplifyFCmpInst() local
[all...]
H A DInlineCost.cpp2099 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); visitSub() local
2116 Constant *CLHS = dyn_cast<Constant>(LHS); visitBinaryOperator() local
H A DValueTracking.cpp3844 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) ComputeNumSignBitsImpl() local
8771 const APInt *CLHS, *CRHS; isTruePredicate() local
8812 const APInt *CLHS, *CRHS; isTruePredicate() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3809 auto *CLHS = dyn_cast<ConstantSDNode>(LHS); performCombineVMergeAndVOps() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4792 if (ConstantSDNode *CLHS = ComputeNumSignBits() local