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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 726 /// \p VectorTripCount).
732 Loop *L, Value *VectorTripCount,
848 Value *VectorTripCount = nullptr;
915 Value *VectorTripCount = nullptr;
3141 if (VectorTripCount)
3142 return VectorTripCount;
3189 VectorTripCount = Builder.CreateSub(TC, R, "n.vec");
3191 return VectorTripCount;
3482 Loop *L, Value *VectorTripCount,
3484 assert(VectorTripCount && L && "Expected valid arguments")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 7104 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount);
7106 VectorTripCount, ISD::CondCode::SETULT);

Completed in 34 milliseconds