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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp301 // isOpcWithIntImmediate - This method tests to see if the node is a specific
304 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
979 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
991 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp305 // isOpcWithIntImmediate - This method tests to see if the node is a specific
308 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
2124 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
2131 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
2151 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {

Completed in 45 milliseconds