Home
last modified time | relevance | path

Searched refs:LHSSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h218 const auto LHSSize = Lines.size();
220 if (LHSSize == RHSSize)
222 return LHSSize < RHSSize;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp103 int LHSSize = LHS->getPatternComplexity(CGP); in operator ()() local
105 if (LHSSize > RHSSize) in operator ()()
107 if (LHSSize < RHSSize) in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp407 size_t LHSSize = DL->getTypeSizeInBits(LHSType).getFixedValue(); in tryReassociateGEPAtIndex() local
410 LHSSize < GEPArgSize) { in tryReassociateGEPAtIndex()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp793 uint64_t LHSSize = LHS.getBitWidth(); in interp__builtin_overflowop() local
796 uint64_t MaxBits = std::max(std::max(LHSSize, RHSSize), ResultSize); in interp__builtin_overflowop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2727 uint64_t LHSSize, RHSSize; in computePointerICmp() local
2738 if (getObjectSize(LHS, LHSSize, DL, TLI, Opts) && LHSSize != 0 && in computePointerICmp()
2741 if (Dist.isNonNegative() ? Dist.ult(LHSSize) : (-Dist).ult(RHSSize)) in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4575 unsigned LHSSize = LHSTy.getSizeInBits(); in matchICmpToLHSKnownBits() local
4578 if (DstSize != LHSSize) in matchICmpToLHSKnownBits()
4579 Op = DstSize < LHSSize ? TargetOpcode::G_TRUNC : TargetOpcode::G_ZEXT; in matchICmpToLHSKnownBits()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13738 uint64_t LHSSize = LHS.getBitWidth(); in VisitBuiltinCallExpr() local
13741 uint64_t MaxBits = std::max(std::max(LHSSize, RHSSize), ResultSize); in VisitBuiltinCallExpr()