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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp224 static const MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 }; local
416 for (unsigned i = 0; i != array_lengthof(IntVTs); ++i) {
417 MVT VT = IntVTs[i];
569 for (unsigned i = 0; i != array_lengthof(IntVTs); ++i) {
570 MVT VT = IntVTs[i];
1464 MVT VT = IntVTs[i];

Completed in 164 milliseconds