Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getInt32Ty

33   Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
34 Type::getInt32Ty(Context),
36 Type::getInt32Ty(Context),
42 Args[0] = Constant::getNullValue(Type::getInt32Ty(Context));
51 Constant::getNullValue(Type::getInt32Ty(Context)));
62 Args[3] = ConstantInt::get(Type::getInt32Ty(Context), NumElements);
94 Type::getInt32Ty(Context), true);
96 CastInst::Create(opcode, AI, Type::getInt32Ty(Context),
119 Indices[0] = Constant::getNullValue(Type::getInt32Ty(Context));
120 Indices[1] = ConstantInt::get(Type::getInt32Ty(Context), CounterNum);
127 ConstantInt::get(Type::getInt32Ty(Context), 1),
136 Type::getInt32Ty(Mod->getContext()),
144 ConstantInt::get(Type::getInt32Ty(Mod->getContext()), 65535),