Home
last modified time | relevance | path

Searched refs:InductionCastsToIgnore (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h442 SmallPtrSet<Instruction *, 4> InductionCastsToIgnore; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp533 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
781 return (Inst && InductionCastsToIgnore.count(Inst)); in isCastedInductionVariable()