HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperandType (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 101 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType())
112 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType())
Operator.h 399 Type *getPointerOperandType() const {
408 return getPointerOperandType()->getPointerAddressSpace();
471 Type *getPointerOperandType() const {
477 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 430 Type *getPointerOperandType() const {
439 return getPointerOperandType()->getPointerAddressSpace();
503 Type *getPointerOperandType() const {
509 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 65 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(),
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 262 /// getPointerOperandType - Method to return the pointer operand as a
264 PointerType *getPointerOperandType() const {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 352 uint64_t Offset1 = TD->getIndexedOffset(GEP1->getPointerOperandType(),
354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(),