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

  /external/llvm/lib/Analysis/
Loads.cpp 65 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(),
  /external/llvm/include/llvm/
Operator.h 262 /// getPointerOperandType - Method to return the pointer operand as a
264 PointerType *getPointerOperandType() const {
Instructions.h 798 /// getPointerOperandType - Method to return the pointer operand as a
800 PointerType *getPointerOperandType() const {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 352 uint64_t Offset1 = TD->getIndexedOffset(GEP1->getPointerOperandType(),
354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(),
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 456 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(),
537 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 268 Offset = TD->getIndexedOffset(GEP->getPointerOperandType(), Ops);
    [all...]

Completed in 187 milliseconds