Searched defs:VectorTripCount (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 761 Value *VectorTripCount = nullptr; global() member in llvm::InnerLoopVectorizer |
H A D | VPlan.h | 2672 VPValue VectorTripCount; global() variable |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.cpp | 7572 SDValue VectorTripCount = DAG.getSplat(VecTy, sdl, TripCount); visitIntrinsicCall() local |