Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp64 static VPTransform parseOverrideOption(const std::string &TextOpt) { in parseOverrideOption() argument
65 return StringSwitch<VPTransform>(TextOpt) VPINTERNAL_VPLEGAL_CASES; in parseOverrideOption()