Searched refs:PromoteIntegerOperand (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp284 NeedsReanalyzing = PromoteIntegerOperand(N, i);
H A DLegalizeTypes.h263 bool PromoteIntegerOperand(SDNode *N, unsigned OperandNo);
H A DLegalizeIntegerTypes.cpp785 /// PromoteIntegerOperand - This method is called when the specified operand of
789 bool DAGTypeLegalizer::PromoteIntegerOperand(SDNode *N, unsigned OpNo) { function in class:DAGTypeLegalizer
799 dbgs() << "PromoteIntegerOperand Op #" << OpNo << ": ";

Completed in 91 milliseconds