OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPow2VectorType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
235
///
isPow2VectorType
- Returns true if the given vector is a power of 2.
236
bool
isPow2VectorType
() const {
244
if (
isPow2VectorType
())
799
///
isPow2VectorType
- Returns true if the given vector is a power of 2.
800
bool
isPow2VectorType
() const {
808
if (!
isPow2VectorType
()) {
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
Completed in 312 milliseconds