Searched refs:checkGEPType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h701 // checkGEPType - Simple wrapper function to give a better assertion failure
704 inline Type *checkGEPType(Type *Ty) { function in namespace:llvm
813 Type *PtrTy = PointerType::get(checkGEPType(
1818 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
1826 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),

Completed in 83 milliseconds