Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } in IsIntegerCC() function
252 if (IsIntegerCC(Cond[0].getImm())) { in insertBranch()