Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Op0VT

2218   EVT Op0VT = N0.getOperand(0).getValueType();
2223 (!LegalTypes || TLI.isTypeDesirableForOp(N->getOpcode(), Op0VT))) ||
2225 (!TLI.isZExtFree(VT, Op0VT) ||
2226 !TLI.isTruncateFree(Op0VT, VT)) &&
2227 TLI.isTypeLegal(Op0VT))) &&
2229 Op0VT == N1.getOperand(0).getValueType() &&
2230 (!LegalOperations || TLI.isOperationLegal(N->getOpcode(), Op0VT))) {