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

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 87 GEPOperator *GEP2 = dyn_cast<GEPOperator>(Ptr2);
93 if (GEP1 && !GEP2 && GEP1->getOperand(0)->stripPointerCasts() == Ptr2) {
98 if (GEP2 && !GEP1 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
99 Offset = GetOffsetFromIndex(GEP2, 1, VariableIdxFound, TD);
108 if (!GEP1 || !GEP2 || GEP1->getOperand(0) != GEP2->getOperand(0))
113 for (; Idx != GEP1->getNumOperands() && Idx != GEP2->getNumOperands(); ++Idx)
114 if (GEP1->getOperand(Idx) != GEP2->getOperand(Idx))
118 int64_t Offset2 = GetOffsetFromIndex(GEP2, Idx, VariableIdxFound, TD)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 268 GetElementPtrInst* GEP2 = GetElementPtrInst::Create(Op, Params, Name,
270 GEP2->setIsInBounds(GEP->isInBounds());
271 V = dyn_cast<Value>(GEP2);
272 GEP->replaceAllUsesWith(GEP2);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 268 GetElementPtrInst* GEP2 = GetElementPtrInst::Create(Op, Params, Name,
270 GEP2->setIsInBounds(GEP->isInBounds());
271 V = dyn_cast<Value>(GEP2);
272 GEP->replaceAllUsesWith(GEP2);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 548 /// GetElementPtr instructions GEP1 and GEP2 which have common base
549 /// pointers. Subtract the GEP2 indices from GEP1 to find the symbolic
    [all...]

Completed in 211 milliseconds