Searched refs:ScalarCond (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3141 Value *ScalarCond = (VF == 1) ? Cond[0] : local
3146 InvariantCond ? ScalarCond : Cond[Part],
5723 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop));
5725 if (!ScalarCond)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp492 SDValue ScalarCond = GetScalarizedVector(N->getOperand(0)); local
495 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1),

Completed in 662 milliseconds