Home
last modified time | relevance | path

Searched refs:magicTypeArrayIndexes (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp336 std::vector<Value*> magicTypeArrayIndexes; in getMagicTypePtrArrayRef() local
337 magicTypeArrayIndexes.clear(); in getMagicTypePtrArrayRef()
338 magicTypeArrayIndexes.push_back(ConstantInt::get(M.getContext(), APInt(64, 0, 10))); in getMagicTypePtrArrayRef()
339 magicTypeArrayIndexes.push_back(globalTypeIndexes[i]); in getMagicTypePtrArrayRef()
340 Constant* typePtr = getGetElementPtrConstant(magicTypeArray, magicTypeArrayIndexes); in getMagicTypePtrArrayRef()