Searched refs:int32_ty (Results 1 – 2 of 2) sorted by relevance
685 llvm::Type* int32_ty = b->getInt32Ty(); in SplitInt64ToInt32s() local686 llvm::Value* low_32bits = b->CreateTrunc(value_64bits, int32_ty); in SplitInt64ToInt32s()688 b->CreateTrunc(b->CreateLShr(value_64bits, 32), int32_ty); in SplitInt64ToInt32s()
1608 llvm::Type* int32_ty = b_->getInt32Ty(); in MakePhiloxRngElementGenerator() local1610 int32_ty, /*element_count=*/b_->getInt32(4), "sample", b_); in MakePhiloxRngElementGenerator()1656 llvm::Type* raw_value_ty = elems_per_sample == 2 ? int64_ty : int32_ty; in MakePhiloxRngElementGenerator()