Searched refs:ShiftSVT (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9564 EVT ShiftSVT = ShiftVT.getScalarType(); local
9574 ShiftValues.push_back(DAG.getConstant(ShiftSum, DL, ShiftSVT));
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13994 MVT ShiftSVT = MVT::getIntegerVT(ScalarSizeInBits * Scale);
13996 : MVT::getVectorVT(ShiftSVT, Size / Scale);
[all...]

Completed in 376 milliseconds