Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7095 const SCEV *CondSCEV = SE->getSCEV(SI->getCondition()); in getInstructionCost() local
7096 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop)); in getInstructionCost()