Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp2602 SDValue OpToConvToRecForm; in tryLogicOpOfCompares() local
2608 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
2611 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2615 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
2619 uint16_t NonRecOpc = OpToConvToRecForm.getMachineOpcode(); in tryLogicOpOfCompares()
2631 for (int i = 0, e = OpToConvToRecForm.getNumOperands(); i < e; i++) in tryLogicOpOfCompares()
2632 Ops.push_back(OpToConvToRecForm.getOperand(i)); in tryLogicOpOfCompares()
2636 OpToConvToRecForm.getValueType(), in tryLogicOpOfCompares()