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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp483 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
485 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
503 // isInt32Immediate - This method tests to see if a constant operand.
505 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
506 return isInt32Immediate(N.getNode(), Imm);
571 && isInt32Immediate(N->getOperand(1).getNode(), Imm);
599 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
757 isInt32Immediate(Op1.getOperand(1), Value)) {
770 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
3703 if (isInt32Immediate(RH
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp326 /// isInt32Immediate - This method tests to see if the node is a 32-bit constant
328 static bool isInt32Immediate(SDNode *N, unsigned &Imm) { function
336 // isInt32Immediate - This method tests to see if a constant operand.
338 static bool isInt32Immediate(SDValue N, unsigned &Imm) { function
339 return isInt32Immediate(N.getNode(), Imm);
347 isInt32Immediate(N->getOperand(1).getNode(), Imm);
2892 if (isInt32Immediate(N->getOperand(1), Srl_imm)) {
2916 if (isInt32Immediate(N->getOperand(1), Srl_imm) && Srl_imm == LSB) {

Completed in 189 milliseconds