Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h282 SDValue PromoteIntOp_CONCAT_VECTORS(SDNode *N);
HDLegalizeIntegerTypes.cpp858 case ISD::CONCAT_VECTORS: Res = PromoteIntOp_CONCAT_VECTORS(N); break; in PromoteIntegerOperand()
3173 SDValue DAGTypeLegalizer::PromoteIntOp_CONCAT_VECTORS(SDNode *N) { in PromoteIntOp_CONCAT_VECTORS() function in DAGTypeLegalizer