Searched refs:FlagTy (Results 1 – 2 of 2) sorted by relevance
175 IntegerType *FlagTy = Type::getInt8Ty(Ctx); in runImpl() local176 Flag = M.getOrInsertGlobal(FlagName, FlagTy, [&] { in runImpl()180 M, FlagTy, /*isConstant=*/false, GlobalValue::InternalLinkage, in runImpl()181 ConstantInt::get(FlagTy, 1), FlagName); in runImpl()
2968 struct FlagTy { struct