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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 179 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 151 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
152 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 150 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType();
151 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy);

Completed in 50 milliseconds