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