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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 177 /// isByteSized - Return true if the bit size is a multiple of 8.
178 bool isByteSized() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
271 assert(NVT.isByteSized() && "Expanded type not byte sized!");
485 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeVectorOps.cpp 509 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) {
    [all...]
LegalizeIntegerTypes.cpp 348 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 600 milliseconds