Searched defs:NumTypes (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp100 const size_t NumTypes = array_lengthof(types); local
102 for (unsigned int x = 0; x < NumTypes; ++x) {
H A DAMDILISelLowering.cpp85 const size_t NumTypes = array_lengthof(types); local
94 for (unsigned int x = 0; x < NumTypes; ++x) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1269 const static unsigned NumTypes = 4; // i8, i16, i32, i64 local
1298 } OpTable[NumTypes] = {
/external/clang/lib/Sema/
H A DSemaDecl.cpp11911 const unsigned NumTypes = 4; local
11912 QualType SignedIntegralTypes[NumTypes] = {
11915 QualType UnsignedIntegralTypes[NumTypes] = {
11923 for (unsigned I = 0; I != NumTypes; ++I)
H A DTreeTransform.h9272 const unsigned NumTypes = llvm::array_lengthof(Types); local
9274 for (unsigned I = 0; I != NumTypes; ++I)

Completed in 183 milliseconds