Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h256 bool hasCMPB() const { return HasCMPB; } in hasCMPB() function
H A DPPCISelDAGToDAG.cpp5171 if (!PPCSubTarget->hasCMPB()) in combineToCMPB()