Searched refs:ExpandOp_BUILD_VECTOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp363 SDValue DAGTypeLegalizer::ExpandOp_BUILD_VECTOR(SDNode *N) { function in class:DAGTypeLegalizer
H A DLegalizeTypes.h753 SDValue ExpandOp_BUILD_VECTOR (SDNode *N);
H A DLegalizeFloatTypes.cpp1275 case ISD::BUILD_VECTOR: Res = ExpandOp_BUILD_VECTOR(N); break;
H A DLegalizeIntegerTypes.cpp2481 case ISD::BUILD_VECTOR: Res = ExpandOp_BUILD_VECTOR(N); break;

Completed in 63 milliseconds