Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2923 auto getLogicOperand = [&] (SDValue Operand) -> SDValue { in computeLogicOpInGPR() local
2938 LHS = getLogicOperand(LogicOp.getOperand(0)); in computeLogicOpInGPR()
2939 RHS = getLogicOperand(LogicOp.getOperand(1)); in computeLogicOpInGPR()