Searched refs:setVectorizeWidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h256 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } function in class:clang::CodeGen::LoopInfoStack
H A DCGLoopInfo.cpp625 setVectorizeWidth(1);
730 setVectorizeWidth(ValueInt);
H A DCGStmtOpenMP.cpp2153 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());
2163 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());

Completed in 193 milliseconds