Home
last modified time | relevance | path

Searched defs:CanIV (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanVerifierTest.cpp46 auto *CanIV = new VPCanonicalIVPHIRecipe(UseI, {}); TEST() local
82 auto *CanIV = new VPCanonicalIVPHIRecipe(I1, {}); TEST() local
122 auto *CanIV = new VPCanonicalIVPHIRecipe(I1, {}); TEST() local
156 auto *CanIV = new VPCanonicalIVPHIRecipe(I1, {}); TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1291 auto *CanIV = cast<VPCanonicalIVPHIRecipe>(&*getParent()->begin()); isCanonical() local