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

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

Completed in 77 milliseconds