Lines Matching defs:LowerBitSets
206 struct LowerBitSets : public ModulePass { struct
207 static char ID;
208 LowerBitSets() : ModulePass(ID) { in LowerBitSets() argument
212 Module *M;
214 bool LinkerSubsectionsViaSymbols;
215 Triple::ArchType Arch;
216 Triple::ObjectFormatType ObjectFormat;
217 IntegerType *Int1Ty;
218 IntegerType *Int8Ty;
219 IntegerType *Int32Ty;
220 Type *Int32PtrTy;
221 IntegerType *Int64Ty;
222 IntegerType *IntPtrTy;
225 NamedMDNode *BitSetNM;
228 DenseMap<Metadata *, std::vector<CallInst *>> BitSetTestCallSites;
230 std::vector<ByteArrayInfo> ByteArrayInfos;