OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isByteSized
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp
150
assert(NOutVT.
isByteSized
() && "Expanded type not byte sized!");
257
assert(NVT.
isByteSized
() && "Expanded type not byte sized!");
443
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
765
Op.getValueType().
isByteSized
() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
[
all
...]
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
680
///
isByteSized
- Return true if the bit size is a multiple of 8.
681
bool
isByteSized
() const {
Completed in 61 milliseconds