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