OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsEq
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
691
///
bitsEq
- Return true if this has the same number of bits as VT.
692
bool
bitsEq
(EVT VT) const {
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
[
all
...]
LegalizeIntegerTypes.cpp
218
if (NOutVT.
bitsEq
(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
255
if (NOutVT.
bitsEq
(NInVT) && !NOutVT.isVector())
[
all
...]
LegalizeDAG.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 267 milliseconds