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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp664 bool FastISel::SelectCast(const User *I, unsigned Opcode) { function in class:FastISel
959 return SelectCast(I, ISD::FP_TO_SINT);
961 return SelectCast(I, ISD::ZERO_EXTEND);
963 return SelectCast(I, ISD::SIGN_EXTEND);
965 return SelectCast(I, ISD::TRUNCATE);
967 return SelectCast(I, ISD::SINT_TO_FP);
974 return SelectCast(I, ISD::ZERO_EXTEND);
976 return SelectCast(I, ISD::TRUNCATE);
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h357 bool SelectCast(const User *I, unsigned Opcode);

Completed in 35 milliseconds