Searched refs:isCastedInductionVariable (Results 1 – 2 of 2) sorted by relevance
278 bool isCastedInductionVariable(const Value *V);
864 bool LoopVectorizationLegality::isCastedInductionVariable(const Value *V) { in isCastedInductionVariable() function in llvm::LoopVectorizationLegality870 return isInductionPhi(V) || isCastedInductionVariable(V); in isInductionVariable()