Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2842 SDValue OpToConvToRecForm; in tryLogicOpOfCompares() local
2848 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
2851 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2855 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
2859 uint16_t NonRecOpc = OpToConvToRecForm.getMachineOpcode(); in tryLogicOpOfCompares()
2871 for (int i = 0, e = OpToConvToRecForm.getNumOperands(); i < e; i++) in tryLogicOpOfCompares()
2872 Ops.push_back(OpToConvToRecForm.getOperand(i)); in tryLogicOpOfCompares()
2876 OpToConvToRecForm.getValueType(), in tryLogicOpOfCompares()