Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1023 bool NeedsVectorIV; variable
1028 bool NeedsVectorIV) in VPWidenIntOrFpInductionRecipe() argument
1031 NeedsVectorIV(NeedsVectorIV) {}
1035 TruncInst *Trunc, bool NeedsVectorIV) in VPWidenIntOrFpInductionRecipe() argument
1038 NeedsVectorIV(NeedsVectorIV) {}
1087 bool needsVectorIV() const { return NeedsVectorIV; } in needsVectorIV()