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 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...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 507 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
620 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(),
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 377 milliseconds