Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp164 static bool isI64CondBranchOpcode(int Opc) { in isI64CondBranchOpcode() function
175 return isI32CondBranchOpcode(Opc) || isI64CondBranchOpcode(Opc) || in isCondBranchOpcode()