Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:selectCast

1243 bool FastISel::selectCast(const User *I, unsigned Opcode) {
1618 return selectCast(I, ISD::FP_TO_SINT);
1620 return selectCast(I, ISD::ZERO_EXTEND);
1622 return selectCast(I, ISD::SIGN_EXTEND);
1624 return selectCast(I, ISD::TRUNCATE);
1626 return selectCast(I, ISD::SINT_TO_FP);
1633 return selectCast(I, ISD::ZERO_EXTEND);
1635 return selectCast(I, ISD::TRUNCATE);