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

  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 262 /// getPointerOperandType - Method to return the pointer operand as a
264 PointerType *getPointerOperandType() const {
Instructions.h 798 /// getPointerOperandType - Method to return the pointer operand as a
800 PointerType *getPointerOperandType() const {
    [all...]
  /external/llvm/include/llvm/IR/
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();
Instructions.h     [all...]

Completed in 2146 milliseconds