Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2044 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); visitCmpInst() local
2091 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); visitSub() local
2108 Constant *CLHS = dyn_cast<Constant>(LHS); visitBinaryOperator() local
H A DInstructionSimplify.cpp139 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); isSameCompare() local
609 if (auto *CLHS = dyn_cast<Constant>(Op0)) { foldOrCommuteConstant() local
3742 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { simplifyICmpInst() local
4030 if (auto *CLHS = dyn_cast<PtrToIntOperator>(LHS)) simplifyICmpInst() local
4067 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { simplifyFCmpInst() local
[all...]
H A DValueTracking.cpp3453 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) ComputeNumSignBitsImpl() local
8208 const APInt *CLHS, *CRHS; isTruePredicate() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp216 if (Constant *CLHS = dyn_cast<Constant>(LHS)) InsertBinop() local
318 if (Constant *CLHS = dyn_cast<Constant>(V)) expandAddToGEP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp909 const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num); optimizeWithRsq() local
951 if (const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num)) { optimizeWithRcp() local
H A DSIISelLowering.cpp10266 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { lowerFastUnsafeFDIV() local
12019 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); performOrCombine() local
14095 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { performFDivCombine() local
H A DAMDGPULegalizerInfo.cpp4673 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { legalizeFastUnsafeFDIV() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3602 auto *CLHS = dyn_cast<ConstantSDNode>(LHS); performCombineVMergeAndVOps() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4592 if (ConstantSDNode *CLHS = ComputeNumSignBits() local