OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBuildVectorAllOnes
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
65
///
isBuildVectorAllOnes
- Return true if the specified node is a
67
bool
isBuildVectorAllOnes
(const SDNode *N);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
SelectionDAG.cpp
95
///
isBuildVectorAllOnes
- Return true if the specified node is a
97
bool ISD::
isBuildVectorAllOnes
(const SDNode *N) {
[
all
...]
Completed in 48 milliseconds