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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 107 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType())
118 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType())
Operator.h 399 Type *getPointerOperandType() const {
407 return getPointerOperandType()->getPointerAddressSpace();
470 Type *getPointerOperandType() const {
476 return cast<PointerType>(getPointerOperandType())->getAddressSpace();
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 513 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType());
626 uint64_t GEPOffset = DL.getIndexedOffset(GEP->getPointerOperandType(),
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 431 milliseconds