Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7172 const SCEV *CondSCEV = SE->getSCEV(SI->getCondition()); in getInstructionCost() local
7173 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop)); in getInstructionCost()