Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isTypeLegal

130       } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(&Node)) {
425 if (!isTypeLegal(Node.getValueType(i)) &&
426 !TLI.isTypeLegal(Node.getValueType(i))) {
435 !isTypeLegal(Node.getOperand(i).getValueType()) &&
436 !TLI.isTypeLegal(Node.getOperand(i).getValueType())) {
1135 TLI.isTypeLegal(ValVT) &&