Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp97 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
531 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyAddInst() local
665 if (Constant *CLHS = dyn_cast<Constant>(Op0)) in SimplifySubInst() local
789 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyFAddInst() local
828 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyFSubInst() local
864 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyFMulInst() local
887 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyMulInst() local
1565 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyAndInst() local
1739 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyOrInst() local
1872 if (Constant *CLHS = dyn_cast<Constant>(Op0)) { in SimplifyXorInst() local
[all …]
H A DInlineCost.cpp674 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
696 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
742 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
H A DLoopUnrollAnalyzer.cpp188 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
H A DScalarEvolutionExpander.cpp174 if (Constant *CLHS = dyn_cast<Constant>(LHS)) in InsertBinop() local
501 if (Constant *CLHS = dyn_cast<Constant>(V)) in expandAddToGEP() local
H A DValueTracking.cpp240 if (ConstantInt *CLHS = dyn_cast<ConstantInt>(Op0)) { in computeKnownBitsAddSub() local
2104 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) in ComputeNumSignBits() local
4008 const APInt *CLHS, *CRHS; in isTruePredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp192 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in visitCmpInst() local
H A DInlineCost.cpp1278 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
1312 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
1329 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
H A DInstructionSimplify.cpp133 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
604 if (auto *CLHS = dyn_cast<Constant>(Op0)) { in foldOrCommuteConstant() local
3228 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in SimplifyICmpInst() local
3461 if (auto *CLHS = dyn_cast<PtrToIntOperator>(LHS)) in SimplifyICmpInst() local
3523 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in SimplifyFCmpInst() local
H A DScalarEvolutionExpander.cpp173 if (Constant *CLHS = dyn_cast<Constant>(LHS)) in InsertBinop() local
518 if (Constant *CLHS = dyn_cast<Constant>(V)) in expandAddToGEP() local
H A DValueTracking.cpp2637 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) in ComputeNumSignBitsImpl() local
5360 const APInt *CLHS, *CRHS; in isTruePredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInlineCost.cpp1969 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() local
2003 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
2020 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
H A DInstructionSimplify.cpp135 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
606 if (auto *CLHS = dyn_cast<Constant>(Op0)) { in foldOrCommuteConstant() local
3660 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in simplifyICmpInst() local
3921 if (auto *CLHS = dyn_cast<PtrToIntOperator>(LHS)) in simplifyICmpInst() local
3959 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in simplifyFCmpInst() local
H A DValueTracking.cpp3260 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) in ComputeNumSignBitsImpl() local
6790 const APInt *CLHS, *CRHS; in isTruePredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp222 if (Constant *CLHS = dyn_cast<Constant>(LHS)) in InsertBinop() local
577 if (Constant *CLHS = dyn_cast<Constant>(V)) in expandAddToGEP() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2123 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { in LowerFastFDIV() local
2617 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); in performOrCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp670 if (const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num)) { in optimizeWithRcp() local
H A DSIISelLowering.cpp8893 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { in lowerFastUnsafeFDIV() local
9852 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); in performOrCombine() local
H A DAMDGPULegalizerInfo.cpp3743 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1960 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV() local
H A DSIISelLowering.cpp7555 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { in lowerFastUnsafeFDIV() local
8457 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); in performOrCombine() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2335 if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0))) { in computeKnownBits() local
2684 if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0))) in ComputeNumSignBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3804 if (ConstantSDNode *CLHS = isConstOrConstSplat(Op.getOperand(0))) in ComputeNumSignBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4310 if (ConstantSDNode *CLHS = in ComputeNumSignBits() local