Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7283 bool Op1OK = in PeepholePPC64ZExtGather() local
7285 if (!Op0OK && !Op1OK) in PeepholePPC64ZExtGather()
7293 if (Op1OK) in PeepholePPC64ZExtGather()
7307 bool Op1OK = isUInt<15>(Op32.getConstantOperandVal(1)); in PeepholePPC64ZExtGather() local
7308 if (!Op0OK && !Op1OK) in PeepholePPC64ZExtGather()