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 398 /// getPointerAddressSpace - Method to return the address space of the
400 unsigned getPointerAddressSpace() const {
446 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
Instructions.h 230 unsigned getPointerAddressSpace() const {
231 return getPointerOperand()->getType()->getPointerAddressSpace();
353 unsigned getPointerAddressSpace() const {
354 return getPointerOperand()->getType()->getPointerAddressSpace();
524 unsigned getPointerAddressSpace() const {
525 return getPointerOperand()->getType()->getPointerAddressSpace();
668 unsigned getPointerAddressSpace() const {
669 return getPointerOperand()->getType()->getPointerAddressSpace();
774 return getPointerAddressSpace();
809 unsigned getPointerAddressSpace() const
    [all...]
  /external/llvm/lib/IR/
Type.cpp 218 unsigned Type::getPointerAddressSpace() const {

Completed in 61 milliseconds