Searched defs:thePointerTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1479 MVT thePointerTy = TLI->getPointerTy(); local
1512 O << "\t.param .u" << thePointerTy.getSizeInBits() << " ";
1552 sz = thePointerTy.getSizeInBits();
H A DNVPTXISelLowering.cpp341 MVT thePointerTy = getPointerTy(); local
357 sz = thePointerTy.getSizeInBits();

Completed in 143 milliseconds