Searched refs:DInt (Results 1 – 2 of 2) sorted by relevance
604 using DInt = D<int>; typedef605 template<typename T> struct __attribute__((__preferred_name__(DInt))) D {};
1525 APInt DInt(8, D); in TEST_F() local1527 APInt FloorInt = RoundingUDiv(NInt, DInt, APInt::Rounding::DOWN); in TEST_F()1528 APInt CeilingInt = RoundingUDiv(NInt, DInt, APInt::Rounding::UP); in TEST_F()1530 auto *DS = SE.getConstant(DInt); in TEST_F()