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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) function
262 if (IsIntegerCC(CC))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); } function
244 if (IsIntegerCC(Cond[0].getImm())) {

Completed in 57 milliseconds