HomeSort by relevance Sort by last modified time
    Searched defs:Narrow (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 274 /// Narrow - Convert a type code into the next smaller type. short -> char,
276 static char Narrow(const char t) {
287 PrintFatalError("unhandled type in narrow!");
380 type = Narrow(type);
385 type = Narrow(type);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 527 milliseconds