HomeSort by relevance Sort by last modified time
    Searched defs:ElTy (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 208 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
209 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 401 Type *ElTy = PTy->getElementType();
419 if (ElTy->isSized()) {
420 const SCEV *ElSize = SE.getSizeOfExpr(ElTy);
456 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
472 ElTy = STy->getTypeAtIndex(ElIdx);
488 ElTy =
501 ElTy = STy->getTypeAtIndex(0u);
507 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
508 ElTy = ATy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 687 Type *ElTy = V->getType();
692 Type *IdxTy = (ElTy->isStructTy() ?
697 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 95 Type *ElTy = GV->getType()->getElementType();
96 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 114 Type *ElTy = PTy->getElementType();
115 while (ElTy != DPTy->getElementType()) {
116 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
118 ElTy = STy->getElementType(0);
121 dyn_cast<SequentialType>(ElTy)) {
122 if (ElTy->isPointerTy()) break; // Can't index into pointers!
123 ElTy = STy->getElementType();
130 if (ElTy == DPTy->getElementType())
    [all...]
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 1607 milliseconds