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

  /external/llvm/include/llvm/IR/
Operator.h 396 /// getPointerOperandType - Method to return the pointer operand as a
398 Type *getPointerOperandType() const {
405 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
496 /// getPointerOperandType - Method to return the pointer operand as a
498 Type *getPointerOperandType() const {
505 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h 866 /// getPointerOperandType - Method to return the pointer operand as a
868 Type *getPointerOperandType() const {
    [all...]

Completed in 72 milliseconds