Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp255 if (Constant *CLHS = dyn_cast<Constant>(LHS)) in InsertBinop() local
357 if (Constant *CLHS = dyn_cast<Constant>(V)) in expandAddToGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp911 const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num); in optimizeWithRsq() local
953 if (const ConstantFP *CLHS = dyn_cast<ConstantFP>(Num)) { in optimizeWithRcp() local
H A DSIISelLowering.cpp10455 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { in lowerFastUnsafeFDIV() local
12289 const ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); in performOrCombine() local
14410 if (const ConstantFPSDNode *CLHS = dyn_cast<ConstantFPSDNode>(LHS)) { in performFDivCombine() local
H A DAMDGPULegalizerInfo.cpp4789 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp140 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
610 if (auto *CLHS = dyn_cast<Constant>(Op0)) { in foldOrCommuteConstant() local
3757 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in simplifyICmpInst() local
4037 if (auto *CLHS = dyn_cast<PtrToIntOperator>(LHS)) in simplifyICmpInst() local
4074 if (Constant *CLHS = dyn_cast<Constant>(LHS)) { in simplifyFCmpInst() local
H A DInlineCost.cpp2099 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub() local
2116 Constant *CLHS = dyn_cast<Constant>(LHS); in visitBinaryOperator() local
H A DValueTracking.cpp3953 if (const auto *CLHS = dyn_cast<Constant>(U->getOperand(0))) in ComputeNumSignBitsImpl() local
8941 const APInt *CLHS, *CRHS; in isTruePredicate() local
8982 const APInt *CLHS, *CRHS; in isTruePredicate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3823 auto *CLHS = dyn_cast<ConstantSDNode>(LHS); in performCombineVMergeAndVOps() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4793 if (ConstantSDNode *CLHS = in ComputeNumSignBits() local