Lines Matching full:issigned
103 bool selectFPToInt(const Instruction *I, bool IsSigned);1033 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) {1037 if (!IsSigned)1815 return selectFPToInt(I, /*isSigned*/ true);1817 return selectFPToInt(I, /*isSigned*/ false);