Lines Matching defs:EltVT
335 EVT EltVT = ValVT.getVectorElementType();
336 if (TLI.getOperationAction(Node->getOpcode(), EltVT)
338 TLI.getStrictFPOperationAction(Node->getOpcode(), EltVT)
1953 EVT EltVT = VT.getVectorElementType();
1958 EVT TmpEltVT = EltVT;
1995 ScalarResult = DAG.getSelect(dl, EltVT, ScalarResult,
1996 DAG.getAllOnesConstant(dl, EltVT),
1997 DAG.getConstant(0, dl, EltVT));
2013 EVT EltVT = VT.getVectorElementType();
2029 Ops[i] = DAG.getSelect(dl, EltVT, Ops[i], DAG.getAllOnesConstant(dl, EltVT),
2030 DAG.getConstant(0, dl, EltVT));