Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2860 SDValue OpToConvToRecForm; in tryLogicOpOfCompares() local
2866 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
2869 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2873 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
2877 uint16_t NonRecOpc = OpToConvToRecForm.getMachineOpcode(); in tryLogicOpOfCompares()
2889 for (int i = 0, e = OpToConvToRecForm.getNumOperands(); i < e; i++) in tryLogicOpOfCompares()
2890 Ops.push_back(OpToConvToRecForm.getOperand(i)); in tryLogicOpOfCompares()
2894 OpToConvToRecForm.getValueType(), in tryLogicOpOfCompares()