Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h364 SDValue PromoteIntOp_SCALAR_TO_VECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1057 Res = PromoteIntOp_SCALAR_TO_VECTOR(N); break; in PromoteIntegerOperand()
1266 SDValue DAGTypeLegalizer::PromoteIntOp_SCALAR_TO_VECTOR(SDNode *N) { in PromoteIntOp_SCALAR_TO_VECTOR() function in DAGTypeLegalizer