HomeSort by relevance Sort by last modified time
    Searched refs:isIntS16Immediate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 277 /// isIntS16Immediate - This method tests to see if the node is either a 32-bit
281 static bool isIntS16Immediate(SDNode *N, short &Imm) {
292 static bool isIntS16Immediate(SDValue Op, short &Imm) {
293 return isIntS16Immediate(Op.getNode(), Imm);
511 if (isIntS16Immediate(RHS, SImm))
554 if (isIntS16Immediate(RHS, SImm))
    [all...]
PPCISelLowering.cpp     [all...]

Completed in 45 milliseconds