Searched defs:getBegin (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp229 ValueEntryIterator<Filter> getBegin (Filter filter = Filter()) const;
260 ValueEntryIterator<Filter> VariableManager::getBegin (Filter filter) const function in class:rsg::VariableManager
/external/clang/include/clang/Basic/
H A DSourceLocation.h200 SourceLocation getBegin() const { return B; } function in class:clang::SourceLocation::SourceRange
253 SourceLocation getBegin() const { return Range.getBegin(); } function in class:clang::SourceLocation::CharSourceRange
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp166 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
167 /// R.getEnd() sle R.getBegin(), then R denotes the empty range.
179 const SCEV *getBegin() const { return Begin; } function in class:__anon11027::InductiveRangeCheck::Range
904 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest);
906 Result.LowLimit = Clamp(Range.getBegin());
1381 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin());

Completed in 167 milliseconds