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