Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:ScalarCond

3141       Value *ScalarCond = (VF == 1) ? Cond[0] :
3146 InvariantCond ? ScalarCond : Cond[Part],
5723 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop));
5725 if (!ScalarCond)