Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2851 SDValue OpToConvToRecForm; in tryLogicOpOfCompares() local
2857 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
2860 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2864 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
2868 uint16_t NonRecOpc = OpToConvToRecForm.getMachineOpcode(); in tryLogicOpOfCompares()
2880 for (int i = 0, e = OpToConvToRecForm.getNumOperands(); i < e; i++) in tryLogicOpOfCompares()
2881 Ops.push_back(OpToConvToRecForm.getOperand(i)); in tryLogicOpOfCompares()
2885 OpToConvToRecForm.getValueType(), in tryLogicOpOfCompares()