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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6283 EVT OperandVT = Operand.getValueType(); local
6284 if (OperandVT.isVector()) {
6287 EVT OperandEltVT = OperandVT.getVectorElementType();

Completed in 190 milliseconds