Searched defs:OpSVT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 12231 EVT OpSVT = OpVT.getScalarType(); matchBinOpReduction() local |
H A D | DAGCombiner.cpp | 24207 EVT OpSVT = Op.getOperand(0).getValueType(); visitCONCAT_VECTORS() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 50024 MVT OpSVT = EltSizeInBits <= 32 ? MVT::i32 : MVT::i64; canonicalizeBitSelect() local |