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

  /external/llvm/tools/bugpoint/
ListReducer.h 28 template<typename ElTy>
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
45 std::vector<ElTy> &Kept,
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
53 std::vector<ElTy> empty;
101 std::vector<ElTy> ShuffledList(TheList);
121 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
122 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
164 std::vector<ElTy> EmptyList;
183 std::vector<ElTy> TestList(TheList)
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
ConstantFold.cpp 117 Type *ElTy = PTy->getElementType();
118 while (ElTy != DPTy->getElementType()) {
119 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
121 ElTy = STy->getElementType(0);
124 dyn_cast<SequentialType>(ElTy)) {
125 if (ElTy->isPointerTy()) break; // Can't index into pointers!
126 ElTy = STy->getElementType();
133 if (ElTy == DPTy->getElementType())
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 157 Type *ElTy = StructTy->getElementType(i);
158 if (!isDenselyPacked(ElTy, DL))
162 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 293 Type *ElTy = cast<PointerType>((*V)->getType())->getElementType();
294 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
ScalarEvolutionExpander.cpp 393 Type *ElTy = OriginalElTy;
413 if (ElTy->isSized()) {
414 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
449 while (StructType *STy = dyn_cast<StructType>(ElTy)) {
465 ElTy = STy->getTypeAtIndex(ElIdx);
476 ElTy = STy->getTypeAtIndex(0u);
482 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
483 ElTy = ATy->getElementType();
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 106 Type *ElTy = GV->getType()->getElementType();
107 size_t GVSize = (size_t)TD.getTypeAllocSize(ElTy);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.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/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 1239 milliseconds