OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSimpleLegalType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h
73
bool
isSimpleLegalType
(EVT VT) const {
83
return VT == NVT &&
isSimpleLegalType
(VT);
404
isSimpleLegalType
(Op.getValueType()))
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h
73
bool
isSimpleLegalType
(EVT VT) const {
83
return VT == NVT &&
isSimpleLegalType
(VT);
458
assert(
isSimpleLegalType
(Op.getValueType()) &&
[
all
...]
LegalizeVectorTypes.cpp
174
&& !
isSimpleLegalType
(Op.getValueType()))
[
all
...]
Completed in 156 milliseconds