Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h114 inline static VECC::CondCode stringToVEICondCode(StringRef S) { in stringToVEICondCode() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp860 IntegerCC ? stringToVEICondCode(Cond) : stringToVEFCondCode(Cond); in parseCC()