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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 805 Value *PtrOp = GEP.getOperand(0);
844 if (GEPOperator *Src = dyn_cast<GEPOperator>(PtrOp)) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 326 Value *PtrOp = GepI->getPointerOperand();
327 ValueToNodeMap::iterator F = NM.find(PtrOp);
329 N->BaseVal = PtrOp;
332 // If PtrOp was a GEP instruction, it must have already been processed.
337 N->PTy = PtrOp->getType();
360 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 827 if (Instruction *PtrOp = dyn_cast<Instruction>(LoadedPtr))
828 if (PtrOp->getParent() == LoadBB)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 183 milliseconds