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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 174 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 146 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
147 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 145 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType();
146 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy);

Completed in 160 milliseconds