Home
last modified time | relevance | path

Searched refs:Smallest (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp871 const SCEV *Smallest = nullptr, *Greatest = nullptr; in calculateSubRanges() local
874 Smallest = Start; in calculateSubRanges()
893 Smallest = SE.getAddExpr(End, SE.getSCEV(One)); in calculateSubRanges()
897 auto Clamp = [this, Smallest, Greatest](const SCEV *S) { in calculateSubRanges()
898 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges()
904 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest); in calculateSubRanges()
/external/llvm/test/CodeGen/Thumb/
Dlarge-stack.ll32 ; Smallest stack for which we use a constant pool
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp408 MVT Smallest = TypeVec[0]; in EnforceSmallerThan() local
412 if (OtherVT.isVector() != Smallest.isVector()) in EnforceSmallerThan()
416 if (OtherVT.getScalarSizeInBits() <= Smallest.getScalarSizeInBits() || in EnforceSmallerThan()
417 OtherVT.getSizeInBits() < Smallest.getSizeInBits()) { in EnforceSmallerThan()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in211 /* Smallest size class to support. */
/external/clang/lib/CodeGen/
DCGBuiltin.cpp608 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local
611 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr()
673 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local
676 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr()