Searched defs:DepSI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp917 StoreInst *DepSI,
920 if (DepSI->getValueOperand()->getType()->isStructTy() ||
921 DepSI->getValueOperand()->getType()->isArrayTy())
924 Value *StorePtr = DepSI->getPointerOperand();
925 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType());
1386 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1389 DepSI, *TD);
1392 DepSI->getValueOperand(),
1795 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1798 DepSI, *T
916 AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, StoreInst *DepSI, const DataLayout &TD) argument
[all...]

Completed in 148 milliseconds