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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6427 EVT OperandVT = Operand.getValueType(); local
6428 if (OperandVT.isVector()) {
6431 EVT OperandEltVT = OperandVT.getVectorElementType();

Completed in 151 milliseconds