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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 689 /// bitsEq - Return true if this has the same number of bits as VT.
690 bool bitsEq(EVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 218 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
255 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
    [all...]
LegalizeDAG.cpp     [all...]

Completed in 41 milliseconds