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