Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp610 Value *VectorTripCount = nullptr; member in llvm::InnerLoopVectorizer
646 Value *VectorTripCount = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8049 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); in visitIntrinsicCall() local