Lines Matching defs:EltVT
340 EVT EltVT = ValVT.getVectorElementType();
341 if (TLI.getOperationAction(Node->getOpcode(), EltVT)
343 TLI.getStrictFPOperationAction(Node->getOpcode(), EltVT)
2225 EVT EltVT = VT.getVectorElementType();
2230 EVT TmpEltVT = EltVT;
2267 ScalarResult = DAG.getSelect(dl, EltVT, ScalarResult,
2268 DAG.getAllOnesConstant(dl, EltVT),
2269 DAG.getConstant(0, dl, EltVT));
2285 EVT EltVT = VT.getVectorElementType();
2302 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i],
2303 DAG.getBoolConstant(true, dl, EltVT, VT),
2304 DAG.getConstant(0, dl, EltVT));