Home
last modified time | relevance | path

Searched refs:DInt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dattributes.cpp604 using DInt = D<int>; typedef
605 template<typename T> struct __attribute__((__preferred_name__(DInt))) D {};
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp1525 APInt DInt(8, D); in TEST_F() local
1527 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()