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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp281 /// isIntImmediate - This method tests to see if the node is a constant
283 static bool isIntImmediate(const SDNode *N, uint64_t &Imm) { function
291 // isIntImmediate - This method tests to see if a constant operand.
293 static bool isIntImmediate(SDValue N, uint64_t &Imm) { function
294 return isIntImmediate(N.getNode(), Imm);
303 isIntImmediate(N->getOperand(1).getNode(), Imm);
1722 if (!isIntImmediate(N->getOperand(1), SrlImm))
1792 if (!isIntImmediate(N->getOperand(1), SrlImm))
2605 if (isIntImmediate(Add1, Add1Imm) && (Add1Imm % Size == 0))
2610 isIntImmediate(Add
[all...]

Completed in 99 milliseconds