Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4925 bool IsBranchOnTrue = (CC == ISD::SETEQ && Val) || (CC == ISD::SETNE && !Val); in trySelectLoopCountIntrinsic() local
4926 unsigned Opcode = IsBranchOnTrue ? PPC::BC : PPC::BCn; in trySelectLoopCountIntrinsic()