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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 114 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
215 assert(NVT.isByteSized() && "Expanded type not byte sized!");
400 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp 748 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 523 /// isByteSized - Return true if the bit size is a multiple of 8.
524 bool isByteSized() const {

Completed in 32 milliseconds