Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ConstArg

1409   void handleMulByConstant(BinaryOperator &I, Constant *ConstArg,
1412 Type *Ty = ConstArg->getType();
1419 dyn_cast<ConstantInt>(ConstArg->getAggregateElement(Idx));
1426 ConstantInt *Elt = dyn_cast<ConstantInt>(ConstArg);