Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3012 SDValue OpToConvToRecForm; in tryLogicOpOfCompares() local
3018 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
3021 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
3025 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
3029 uint16_t NonRecOpc = OpToConvToRecForm.getMachineOpcode(); in tryLogicOpOfCompares()
3041 for (int i = 0, e = OpToConvToRecForm.getNumOperands(); i < e; i++) in tryLogicOpOfCompares()
3042 Ops.push_back(OpToConvToRecForm.getOperand(i)); in tryLogicOpOfCompares()
3046 OpToConvToRecForm.getValueType(), in tryLogicOpOfCompares()