HomeSort by: relevance | last modified time | path
    Searched refs:ScalarCond (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7628 bool ScalarCond = (SE->isLoopInvariant(CondSCEV, TheLoop));
7632 if (!ScalarCond && (match(I, m_LogicalAnd(m_Value(Op0), m_Value(Op1))) ||
7650 if (!ScalarCond)
SLPVectorizer.cpp 7445 Value *ScalarCond = cast<SelectInst>(RdxRootInst)->getCondition();
7446 assert(isa<Instruction>(ScalarCond) &&
7448 return cast<Instruction>(ScalarCond);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 752 SDValue ScalarCond = GetScalarizedVector(N->getOperand(0));
755 return DAG.getNode(ISD::SELECT, SDLoc(N), VT, ScalarCond, N->getOperand(1),

Completed in 70 milliseconds