Home
last modified time | relevance | path

Searched defs:isBDNZ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5338 bool PPCInstrInfo::isBDNZ(unsigned Opcode) const { in isBDNZ() function in PPCInstrInfo
H A DPPCISelLowering.cpp15308 bool isBDNZ = (CC == ISD::SETEQ && Val) || in PerformDAGCombine() local