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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 285 /// isInt64Immediate - This method tests to see if the node is a 64-bit constant
287 static bool isInt64Immediate(SDNode *N, uint64_t &Imm) {
495 if (isInt64Immediate(RHS.getNode(), Imm)) {
523 if (isInt64Immediate(RHS.getNode(), Imm) && isUInt<16>(Imm))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 464 /// isInt64Immediate - This method tests to see if the node is a 64-bit constant
466 static bool isInt64Immediate(SDNode *N, uint64_t &Imm) {
480 /// isInt64Immediate - This method tests to see if the value is a 64-bit
482 static bool isInt64Immediate(SDValue N, uint64_t &Imm) {
483 return isInt64Immediate(N.getNode(), Imm);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 382 /// isInt64Immediate - This method tests to see if the node is a 64-bit constant
384 static bool isInt64Immediate(SDNode *N, uint64_t &Imm) {
    [all...]

Completed in 294 milliseconds