OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PromoteIntegerOperand
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp
282
NeedsReanalyzing =
PromoteIntegerOperand
(N, i);
[
all
...]
LegalizeTypes.h
264
bool
PromoteIntegerOperand
(SDNode *N, unsigned OperandNo);
[
all
...]
LegalizeIntegerTypes.cpp
757
///
PromoteIntegerOperand
- This method is called when the specified operand of
761
bool DAGTypeLegalizer::
PromoteIntegerOperand
(SDNode *N, unsigned OpNo) {
771
dbgs() << "
PromoteIntegerOperand
Op #" << OpNo << ": ";
[
all
...]
Completed in 27 milliseconds