Home
last modified time | relevance | path

Searched defs:VectorTripCount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp848 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
915 Value *VectorTripCount = nullptr; member
3482 Loop *L, Value *VectorTripCount, in createInductionResumeValues()
3561 Value *VectorTripCount = getOrCreateVectorTripCount(L); in completeLoopSkeleton() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7104 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall() local