Home
last modified time | relevance | path

Searched refs:ConstVF (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1183 auto *ConstVF = ConstantInt::get(I64Ty, VF); in expandFindFirstByte() local
1267 {ConstantInt::get(I64Ty, 0), ConstVF}); in expandFindFirstByte()
1354 Builder.CreateGEP(CharTy, Needle, ConstVF, "needle_next_vec"); in expandFindFirstByte()
1362 Builder.CreateGEP(CharTy, Search, ConstVF, "search_next_vec"); in expandFindFirstByte()