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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp734 bool FastISel::SelectCast(const User *I, unsigned Opcode) { function in class:FastISel
1059 return SelectCast(I, ISD::FP_TO_SINT);
1061 return SelectCast(I, ISD::ZERO_EXTEND);
1063 return SelectCast(I, ISD::SIGN_EXTEND);
1065 return SelectCast(I, ISD::TRUNCATE);
1067 return SelectCast(I, ISD::SINT_TO_FP);
1074 return SelectCast(I, ISD::ZERO_EXTEND);
1076 return SelectCast(I, ISD::TRUNCATE);

Completed in 189 milliseconds