Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h107 enum ForceKind { enum
153 enum ForceKind getForce() const { in getForce()
154 if ((ForceKind)Force.Value == FK_Undefined && in getForce()
157 return (ForceKind)Force.Value; in getForce()