Searched refs:Smallest (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp868 // We compute `Smallest` and `Greatest` such that [Smallest, Greatest) is the
871 const SCEV *Smallest = nullptr, *Greatest = nullptr; local
874 Smallest = Start;
883 // * if `Smallest` sign-overflows we know `End` is `INT_SMAX`. Since the
885 // the loop body is actually executed with is `INT_SMIN` == `Smallest`.
888 // that case, `Clamp` will always return `Smallest` and
889 // [`Result.LowLimit`, `Result.HighLimit`) = [`Smallest`, `Smallest`)
893 Smallest
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp408 MVT Smallest = TypeVec[0]; local
412 if (OtherVT.isVector() != Smallest.isVector())
416 if (OtherVT.getScalarSizeInBits() <= Smallest.getScalarSizeInBits() ||
417 OtherVT.getSizeInBits() < Smallest.getSizeInBits()) {
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp608 APFloat Smallest = APFloat::getSmallestNormalized( local
611 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest),
673 APFloat Smallest = APFloat::getSmallestNormalized( local
676 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest),

Completed in 141 milliseconds