Searched defs:IndexTy (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1473 DIE *IndexTy) { 1475 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IndexTy); 1472 constructSubrangeDIE(DIE &Buffer, DISubrange SR, DIE *IndexTy) argument
|
/external/llvm/lib/IR/ |
H A D | Verifier.cpp | 1714 Type *IndexTy = Idxs[i]->getType(); local 1715 Assert1(IndexTy->isVectorTy(), 1717 unsigned IndexWidth = IndexTy->getVectorNumElements();
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1097 Type *IndexTy = (*I)->getType(); local 1098 if (IndexTy != IntPtrTy) {
|
/external/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 2329 llvm::Type *IndexTy = Int32Ty; local 2331 llvm::ConstantInt::get(IndexTy, 1), 0, 2332 llvm::ConstantInt::get(IndexTy, 2) }; 2339 offsetPointerIndexes[2] = llvm::ConstantInt::get(IndexTy, ivarIndex);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5451 EVT IndexTy = TLI.getVectorIdxTy(); local 5459 DAG.getConstant(Index, IndexTy)); 8690 EVT IndexTy = TLI.getVectorIdxTy(); local 8692 InVec, DAG.getConstant(OrigElt, IndexTy));
|
Completed in 200 milliseconds