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 160 /// isByteSized - Return true if the bit size is a multiple of 8.
161 bool isByteSized() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 151 assert(NOutVT.isByteSized() && "Expanded type not byte sized!");
261 assert(NVT.isByteSized() && "Expanded type not byte sized!");
475 assert(NVT.isByteSized() && "Expanded type not byte sized!");
LegalizeFloatTypes.cpp     [all...]
LegalizeVectorOps.cpp 455 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) {
    [all...]
LegalizeIntegerTypes.cpp 318 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 4766 milliseconds