HomeSort by relevance Sort by last modified time
    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 263 bool PromoteIntegerOperand(SDNode *N, unsigned OperandNo);
    [all...]
LegalizeIntegerTypes.cpp 736 /// PromoteIntegerOperand - This method is called when the specified operand of
740 bool DAGTypeLegalizer::PromoteIntegerOperand(SDNode *N, unsigned OpNo) {
750 dbgs() << "PromoteIntegerOperand Op #" << OpNo << ": ";
    [all...]

Completed in 27 milliseconds