Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:constant

33   Constant *InitFn = M.getOrInsertFunction(FnName, Type::getInt32Ty(Context),
42 Args[0] = Constant::getNullValue(Type::getInt32Ty(Context));
43 Args[1] = Constant::getNullValue(ArgVTy);
50 std::vector<Constant*> GEPIndices(2,
51 Constant::getNullValue(Type::getInt32Ty(Context)));
58 // If this profiling instrumentation doesn't have a constant array, just
117 // Create the getelementptr constant expression
118 std::vector<Constant*> Indices(2);
119 Indices[0] = Constant::getNullValue(Type::getInt32Ty(Context));
121 Constant *ElementPtr =
143 Constant *Elem[2] = {
150 std::vector<Constant *> dtors;
156 dtors.push_back(cast<Constant>(InitList->getOperand(i)));