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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8251 EVT Op2VT = V2.getValueType(); local
8254 assert(Op1VT == Op2VT && "Operand types don't match!");
8261 SDValue NewV2 = PromoteMVEPredVector(dl, V2, Op2VT, DAG);

Completed in 196 milliseconds