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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp377 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
379 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
397 // isInt32Immediate - This method tests to see if a constant operand.
399 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
400 return isInt32Immediate(N.getNode(), Imm);
458 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
485 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
562 isInt32Immediate(Op1.getOperand(1), Value)) {
576 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
1991 if (isInt32Immediate(RH
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp293 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
295 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
303 // isInt32Immediate - This method tests to see if a constant operand.
305 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
306 return isInt32Immediate(N.getNode(), Imm);
314 isInt32Immediate(N->getOperand(1).getNode(), Imm);
2389 if (isInt32Immediate(N->getOperand(1), Srl_imm)) {

Completed in 74 milliseconds