Searched refs:SelectCast (Results 1 - 2 of 2) 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);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h372 bool SelectCast(const User *I, unsigned Opcode);

Completed in 97 milliseconds