OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpSVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
9838
EVT
OpSVT
= OpVT.getScalarType();
9839
EVT SubVT = EVT::getVectorVT(*getContext(),
OpSVT
, NumSubElts);
DAGCombiner.cpp
19845
EVT
OpSVT
= Op.getOperand(0).getValueType();
19846
MinVT = (!FoundMinVT ||
OpSVT
.bitsLE(MinVT)) ?
OpSVT
: MinVT;
Completed in 42 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026