HomeSort by relevance Sort by last modified time
    Searched refs:ElTy (Results 1 - 15 of 15) 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;
96 std::vector<ElTy> ShuffledList(TheList);
116 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin()+Mid);
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
159 std::vector<ElTy> EmptyList;
177 std::vector<ElTy> TestList(TheList)
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
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...]
  /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/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.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/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 485 milliseconds