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

  /external/llvm/include/llvm/IR/
Operator.h 392 /// getPointerOperandType - Method to return the pointer operand as a
394 Type *getPointerOperandType() const {
401 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h 802 /// getPointerOperandType - Method to return the pointer operand as a
804 Type *getPointerOperandType() const {
810 return getPointerOperandType()->getPointerAddressSpace();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 505 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
618 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(),
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 251 milliseconds