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

  /external/llvm/lib/Analysis/
Loads.cpp 183 Value *StrippedPtr = Ptr->stripPointerCasts();
205 LI->getPointerOperand()->stripPointerCasts(), StrippedPtr) &&
217 if (AreEquivalentAddressValues(StorePtr, StrippedPtr) &&
225 // If both StrippedPtr and StorePtr reach all the way to an alloca or
228 if ((isa<AllocaInst>(StrippedPtr) || isa<GlobalVariable>(StrippedPtr)) &&
230 StrippedPtr != StorePtr)
236 (AA->getModRefInfo(SI, StrippedPtr, AccessSize) &
250 (AA->getModRefInfo(Inst, StrippedPtr, AccessSize) &
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 2415 milliseconds