Searched defs:BIT (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ | ||
H A D | redundant-casting.cpp | 161 struct BIT { global() struct |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.cpp | 2224 SDValue BIT = DAG.getConstant(1ULL << bitPos, DL, HalfVT); LowerUDIVREM64() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 2308 if (const auto *BIT = CurType->getAs<BitIntType>()) { BuildVectorType() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 2841 if (const auto *BIT = Ty->getAs<BitIntType>()) hasUniqueObjectRepresentations() local |