Lines Matching refs:ConstantInt
176 auto *Zero = ConstantInt::get(getSizeTTy(M), 0u); in createBinDesc()
191 auto *Size = ConstantInt::get(getSizeTTy(M), Buf.size()); in createBinDesc()
219 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB, in createBinDesc()
315 ConstantInt::get(Type::getInt32Ty(C), IsHIP ? HIPFatMagic : CudaFatMagic), in createFatbinDesc()
316 ConstantInt::get(Type::getInt32Ty(C), 1), in createFatbinDesc()
433 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
434 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
438 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
439 ConstantInt::get(Type::getInt32Ty(C), 1)}); in createRegisterGlobalsFunction()
443 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
444 ConstantInt::get(Type::getInt32Ty(C), 2)}); in createRegisterGlobalsFunction()
448 {ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
449 ConstantInt::get(Type::getInt32Ty(C), 3)}); in createRegisterGlobalsFunction()
452 Builder.CreateICmpEQ(Size, ConstantInt::getNullValue(getSizeTTy(M))); in createRegisterGlobalsFunction()
459 ConstantInt::get(Type::getInt32Ty(C), -1), in createRegisterGlobalsFunction()
472 ConstantInt::get(Type::getInt32Ty(C), 0), Size, in createRegisterGlobalsFunction()
473 ConstantInt::get(Type::getInt32Ty(C), 0), in createRegisterGlobalsFunction()
474 ConstantInt::get(Type::getInt32Ty(C), 0)}); in createRegisterGlobalsFunction()
495 getEntryTy(M), Entry, ConstantInt::get(getSizeTTy(M), 1)); in createRegisterGlobalsFunction()
500 ArrayRef<Constant *>({ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
501 ConstantInt::get(getSizeTTy(M), 0)}))); in createRegisterGlobalsFunction()
505 ArrayRef<Constant *>({ConstantInt::get(getSizeTTy(M), 0), in createRegisterGlobalsFunction()
506 ConstantInt::get(getSizeTTy(M), 0)})), in createRegisterGlobalsFunction()