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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp190 /// isIntImmediate - This method tests to see if the node is a constant
192 static bool isIntImmediate(const SDNode *N, uint64_t &Imm) { function
200 // isIntImmediate - This method tests to see if a constant operand.
202 static bool isIntImmediate(SDValue N, uint64_t &Imm) { function
203 return isIntImmediate(N.getNode(), Imm);
212 isIntImmediate(N->getOperand(1).getNode(), Imm);
1410 if (!isIntImmediate(N->getOperand(1), Srl_imm))
1471 if (!isIntImmediate(N->getOperand(1), Srl_imm))

Completed in 57 milliseconds