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 279 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
280 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 396 Type *ElTy = PTy->getElementType();
418 if (ElTy->isSized()) {
419 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
455 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
471 ElTy = STy->getTypeAtIndex(ElIdx);
487 ElTy =
500 ElTy = STy->getTypeAtIndex(0u);
506 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
507 ElTy = ATy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 698 Type *ElTy = V->getType();
703 Type *IdxTy = (ElTy->isStructTy() ?
708 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 101 Type *ElTy = GV->getType()->getElementType();
102 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 115 Type *ElTy = PTy->getElementType();
116 while (ElTy != DPTy->getElementType()) {
117 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
119 ElTy = STy->getElementType(0);
122 dyn_cast<SequentialType>(ElTy)) {
123 if (ElTy->isPointerTy()) break; // Can't index into pointers!
124 ElTy = STy->getElementType();
131 if (ElTy == DPTy->getElementType())
    [all...]
Verifier.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/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 3450 milliseconds