Home
last modified time | relevance | path

Searched refs:PromoteIntOp_ANY_EXTEND (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h291 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
DLegalizeIntegerTypes.cpp874 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()
985 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer