Searched refs:isOpcWithIntImmediate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp318 // isOpcWithIntImmediate - This method tests to see if the node is a specific
321 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
1037 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
1049 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp299 // isOpcWithIntImmediate - This method tests to see if the node is a specific
302 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
2123 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
2130 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
2150 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {

Completed in 169 milliseconds