OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOp1
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp
[
all
...]
LegalizeIntegerTypes.cpp
607
SDValue
EOp1
, EOp2;
608
GetSplitVector(InOp,
EOp1
, EOp2);
612
EOp1
= DAG.getNode(ISD::TRUNCATE, dl, HalfNVT,
EOp1
);
615
return DAG.getNode(ISD::CONCAT_VECTORS, dl, NVT,
EOp1
, EOp2);
[
all
...]
Completed in 26 milliseconds