Searched defs:isNeg (Results 1 – 5 of 5) sorted by relevance
474 bool isNeg = false; in expandMOVImmSimple() local
814 bool isNeg = I >> 63; RoundDoubleToAPInt() local 862 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; roundToDouble() local 1357 bool isNeg = u[j+n] < borrow; KnuthDiv() local 2092 bool isNeg = *p == '-'; fromString() local [all...]
4122 toStringImpl(SmallVectorImpl<char> & Str,const bool isNeg,int exp,APInt significand,unsigned FormatPrecision,unsigned FormatMaxPadding,bool TruncateZero) toStringImpl() argument
900 Value isNeg = rewriter.create<arith::CmpIOp>(loc, arith::CmpIPredicate::slt, in matchAndRewrite() local
519 bool isNeg(Value *V) { isNeg() function