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

  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 243 Type *ElTy = cast<PointerType>(Pointer->getType())->getElementType();
244 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 391 Type *ElTy = OriginalElTy;
411 if (ElTy->isSized()) {
412 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
447 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
463 ElTy = STy->getTypeAtIndex(ElIdx);
474 ElTy = STy->getTypeAtIndex(0u);
480 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
481 ElTy = ATy->getElementType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 210 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 375 Type *ElTy = PTy->getElementType();
393 if (ElTy->isSized()) {
394 const SCEV *ElSize = SE.getSizeOfExpr(ElTy);
430 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
446 ElTy = STy->getTypeAtIndex(ElIdx);
462 ElTy =
475 ElTy = STy->getTypeAtIndex(0u);
481 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
482 ElTy = ATy->getElementType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 689 Type *ElTy = V->getType();
694 Type *IdxTy = (ElTy->isStructTy() ?
699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 188 Type *ElTy = StructTy->getElementType(i);
189 if (!isDenselyPacked(ElTy, DL))
193 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 96 Type *ElTy = GV->getType()->getElementType();
97 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 106 Type *ElTy = GV->getValueType();
107 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/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 112 Type *ElTy = PTy->getElementType();
113 while (ElTy != DPTy->getElementType()) {
114 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
116 ElTy = STy->getElementType(0);
119 dyn_cast<SequentialType>(ElTy)) {
120 if (ElTy->isPointerTy()) break; // Can't index into pointers!
121 ElTy = STy->getElementType();
128 if (ElTy == DPTy->getElementType())
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 481 Type *ElTy = PTy->getElementType();
483 SE->getSizeOfExpr(SE->getEffectiveSCEVType(IV.getType()), ElTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 634 milliseconds