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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 148 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
259 assert(NVT.isByteSized() && "Expanded type not byte sized!");
444 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeVectorOps.cpp 392 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) {
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp 756 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 678 /// isByteSized - Return true if the bit size is a multiple of 8.
679 bool isByteSized() const {

Completed in 43 milliseconds