HomeSort by: relevance | last modified time | path
    Searched refs:AAValueConstantRange (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 132 PIPE_OPERATOR(AAValueConstantRange)
371 const AAValueConstantRange &ValueConstantRangeAA =
372 A.getAAFor<AAValueConstantRange>(QueryingAA, Pos,
4620 if (askSimplifiedValueFor<AAValueConstantRange>(A))
6983 struct AAValueConstantRangeImpl : AAValueConstantRange {
6986 : AAValueConstantRange(IRP, A) {}
7059 /// See AAValueConstantRange::getKnownConstantRange(..).
7071 /// See AAValueConstantRange::getAssumedConstantRange(..).
7174 AAValueConstantRange, AAValueConstantRangeImpl, IntegerRangeState,
7177 AAValueConstantRange, AAValueConstantRangeImpl, IntegerRangeState
    [all...]
Attributor.cpp 2149 getOrCreateAAFor<AAValueConstantRange>(CBRetPos);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3513 struct AAValueConstantRange
3516 AAValueConstantRange(const IRPosition &IRP, Attributor &A)
3524 static AAValueConstantRange &createForPosition(const IRPosition &IRP,
3554 const std::string getName() const override { return "AAValueConstantRange"; }
3560 /// AAValueConstantRange

Completed in 34 milliseconds