OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtendKind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
337
/// integers,
ExtendKind
can be used to specify how to generate the extra bits.
341
ISD::NodeType
ExtendKind
= ISD::ANY_EXTEND) {
374
Val = DAG.getNode(
ExtendKind
, DL, ValueVT, Val);
[
all
...]
Completed in 125 milliseconds