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

  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 86 MVT LHSVT = (LHSSrc->getNumTypes() != 0 ? LHSSrc->getType(0) : MVT::Other);
88 if (LHSVT.isVector() != RHSVT.isVector())
91 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint())
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 40 milliseconds