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

/external/clang/lib/CodeGen/
H A DCGLoopInfo.h41 enum LVEnableState { VecUnspecified, VecEnable, VecDisable }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
112 Enable ? LoopAttributes::VecEnable : LoopAttributes::VecDisable;

Completed in 59 milliseconds