Lines Matching defs:I32
319 Type *I32 = Type::getInt32Ty(Ctx);
321 ArrayType *KernelOffsetsType = ArrayType::get(I32, Variables.size());
327 auto elt = ConstantExpr::getPtrToInt(ConstantGepIt->second, I32);
330 Elements.push_back(PoisonValue::get(I32));
380 Type *I32 = Type::getInt32Ty(Ctx);
393 ConstantInt::get(I32, 0),
402 Value *loaded = Builder.CreateLoad(I32, Address);
416 Type *I32 = Type::getInt32Ty(Ctx);
427 ConstantInt::get(I32, Index));
873 Type *I32 = Type::getInt32Ty(Ctx);
895 emptyCharArray, N, ConstantInt::get(I32, 0), true);
896 newDynamicLDS.push_back(ConstantExpr::getPtrToInt(GEP, I32));
898 newDynamicLDS.push_back(PoisonValue::get(I32));
903 ArrayType *t = ArrayType::get(I32, newDynamicLDS.size());
1241 Type *I32 = Type::getInt32Ty(Ctx);
1244 Constant *GEPIdx[] = {ConstantInt::get(I32, 0), ConstantInt::get(I32, I)};