Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3791 Value *ScalarCond = (VF == 1) ? Cond[0] : in vectorizeBlockInLoop() local
3796 InvariantCond ? ScalarCond : Cond[Part], in vectorizeBlockInLoop()
5406 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop)); in getInstructionCost() local
5408 if (!ScalarCond) in getInstructionCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp525 SDValue ScalarCond = GetScalarizedVector(N->getOperand(0)); in ScalarizeVecOp_VSELECT() local
528 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1), in ScalarizeVecOp_VSELECT()