Home | History | Annotate | Download | only in Utils

Lines Matching refs:getInt32Ty

202   ConstantInt *InvokeNoC = ConstantInt::get(Type::getInt32Ty(II->getContext()),
227 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
436 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
437 ConstantInt::get(Type::getInt32Ty(F.getContext()), 1) };
462 AllocaInst *InvokeNum = new AllocaInst(Type::getInt32Ty(F.getContext()), 0,
464 new StoreInst(ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
484 Idx[1] = ConstantInt::get(Type::getInt32Ty(F.getContext()), 0);
537 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
538 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0) };
543 Idx[1] = ConstantInt::get(Type::getInt32Ty(F.getContext()), 1);