HomeSort by relevance Sort by last modified time
    Searched defs:UnsafeAlgebraInst (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 92 MinMaxKind(MRK_Invalid), UnsafeAlgebraInst(nullptr),
99 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
109 UnsafeAlgebraInst(UAI) {}
113 UnsafeAlgebraInst(UAI) {}
117 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; }
134 Instruction *UnsafeAlgebraInst;
196 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
199 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; }
250 Instruction *UnsafeAlgebraInst;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 97 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
106 UnsafeAlgebraInst(UAI) {}
110 UnsafeAlgebraInst(UAI) {}
114 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
116 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; }
131 Instruction *UnsafeAlgebraInst;
208 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
211 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; }
244 Instruction *UnsafeAlgebraInst = nullptr;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 183 if (!UnsafeAlgebraInst)
184 UnsafeAlgebraInst = I;
193 Instruction *UnsafeAlgebraInst = nullptr;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 61 milliseconds