• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/

Lines Matching defs:BT

1039   if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
1040 if (BT->isFloatingPoint() && BT->getKind() != BuiltinType::Half) {
1041 if (BT->getKind() == BuiltinType::LongDouble) {
1638 if (const BuiltinType *BT = T->getAs<BuiltinType>()) {
1639 BuiltinType::Kind K = BT->getKind();
2786 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
2787 BuiltinType::Kind k = BT->getKind();
4231 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
4232 switch (BT->getKind()) {
4489 if (const BuiltinType *BT = Ty->getAs<BuiltinType>())
4490 switch (BT->getKind()) {
4645 const BuiltinType *BT = EltType->getAs<BuiltinType>();
4647 (BT && BT->isFloatingPoint()))
4941 const BuiltinType *BT = T->getAs<BuiltinType>();
4944 (BT && BT->isFloatingPoint())) {
5014 if (const BuiltinType *BT = Ty->getAs<BuiltinType>())
5015 switch (BT->getKind()) {
5053 const BuiltinType *BT = EltType->getAs<BuiltinType>();
5056 (BT && BT->isFloatingPoint()))
5193 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
5194 if (BT->getKind() == BuiltinType::Float ||
5195 BT->getKind() == BuiltinType::Double ||
5196 BT->getKind() == BuiltinType::LongDouble ||
5198 (BT->getKind() == BuiltinType::Float128))) {
5784 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
5785 if (BT->isFloatingPoint())
6761 if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
6762 if (BT->getKind() == BuiltinType::Float ||
6763 BT->getKind() == BuiltinType::Double ||
6764 BT->getKind() == BuiltinType::LongDouble)
7187 if (const BuiltinType *BT = Ty->getAs<BuiltinType>())
7188 switch (BT->getKind()) {
7214 if (const BuiltinType *BT = Ty->getAs<BuiltinType>())
7215 switch (BT->getKind()) {
7713 const BuiltinType *BT = Ty->getAs<BuiltinType>();
7715 if (!BT || BT->getKind() != BuiltinType::Double)
7819 const BuiltinType *BT = b->getType()->getAs<BuiltinType>();
7821 if (!BT || !BT->isFloatingPoint())
10076 static bool appendBuiltinType(SmallStringEnc &Enc, const BuiltinType *BT) {
10078 switch (BT->getKind()) {
10215 if (const BuiltinType *BT = QT->getAs<BuiltinType>())
10216 return appendBuiltinType(Enc, BT);