OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is256BitVector
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
216
///
is256BitVector
- Return true if this is a 256-bit vector type.
217
bool
is256BitVector
() const {
660
///
is256BitVector
- Return true if this is a 256-bit vector type.
661
bool
is256BitVector
() const {
662
return isSimple() ? V.
is256BitVector
() : isExtended256BitVector();
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
104
assert((Vec.getValueType().
is256BitVector
() ||
156
assert(Vec.getValueType().
is256BitVector
() && "Unexpected vector size!");
[
all
...]
Completed in 464 milliseconds