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

  /external/llvm/include/llvm/IR/
Operator.h 402 /// getPointerAddressSpace - Method to return the address space of the
404 unsigned getPointerAddressSpace() const {
450 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
502 /// getPointerAddressSpace - Method to return the address space of the
504 unsigned getPointerAddressSpace() const {
Instructions.h 245 unsigned getPointerAddressSpace() const {
246 return getPointerOperand()->getType()->getPointerAddressSpace();
368 unsigned getPointerAddressSpace() const {
369 return getPointerOperand()->getType()->getPointerAddressSpace();
566 unsigned getPointerAddressSpace() const {
567 return getPointerOperand()->getType()->getPointerAddressSpace();
732 unsigned getPointerAddressSpace() const {
733 return getPointerOperand()->getType()->getPointerAddressSpace();
838 return getPointerAddressSpace();
873 unsigned getPointerAddressSpace() const
    [all...]
  /external/llvm/lib/IR/
Type.cpp 212 unsigned Type::getPointerAddressSpace() const {

Completed in 50 milliseconds