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 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...]
  /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/ExecutionEngine/Interpreter/
Execution.cpp 648 Type *ElTy = Cond->getType();
659 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
669 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
682 if (executeICMP_ULE(Low, CondVal, ElTy).IntVal != 0 &&
683 executeICMP_ULE(CondVal, High, ElTy).IntVal != 0) {
    [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/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 311 milliseconds