Home | History | Annotate | Download | only in Utils

Lines Matching refs:getInt32Ty

205   ConstantInt *InvokeNoC = ConstantInt::get(Type::getInt32Ty(II->getContext()),
230 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
438 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
439 ConstantInt::get(Type::getInt32Ty(F.getContext()), 1) };
464 AllocaInst *InvokeNum = new AllocaInst(Type::getInt32Ty(F.getContext()), 0,
466 new StoreInst(ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
486 Idx[1] = ConstantInt::get(Type::getInt32Ty(F.getContext()), 0);
539 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
540 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0) };
545 Idx[1] = ConstantInt::get(Type::getInt32Ty(F.getContext()), 1);