Searched defs:flagsValue (Results 1 – 1 of 1) sorted by relevance
/minix3/minix/llvm/passes/magic/ |
H A D | MagicPass.cpp | 1389 … Constant* flagsValue = ConstantInt::get(M.getContext(), APInt(32, aTypeInfo->getFlags(), 10)); in runOnModule() local 1557 Constant* flagsValue = ConstantInt::get(M.getContext(), APInt(32, flags, 10)); in runOnModule() local 1617 Constant* flagsValue = ConstantInt::get(M.getContext(), APInt(32, flags, 10)); in runOnModule() local 1684 … Constant* flagsValue = ConstantInt::get(M.getContext(), APInt(32, magicDsindexFlagsList[i], 10)); in runOnModule() local
|