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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp208 /// isIntImmediate - This method tests to see if the node is a constant
210 static bool isIntImmediate(const SDNode *N, uint64_t &Imm) { function
218 // isIntImmediate - This method tests to see if a constant operand.
220 static bool isIntImmediate(SDValue N, uint64_t &Imm) { function
221 return isIntImmediate(N.getNode(), Imm);
230 isIntImmediate(N->getOperand(1).getNode(), Imm);
1569 if (!isIntImmediate(N->getOperand(1), SrlImm))
1638 if (!isIntImmediate(N->getOperand(1), SrlImm))

Completed in 726 milliseconds