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 399 Type *getPointerOperandType() const {
404 return cast<SequentialType>(getPointerOperandType()->getScalarType())
410 return getPointerOperandType()->getPointerAddressSpace();
502 Type *getPointerOperandType() const {
508 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]

Completed in 44 milliseconds