Searched refs:LastVal (Results 1 – 4 of 4) sorted by relevance
621 Value *LastVal = nullptr; in createNaryFAdd() local628 if (!LastVal) { in createNaryFAdd()629 LastVal = V; in createNaryFAdd()635 LastVal = createFAdd(LastVal, V); in createNaryFAdd()640 LastVal = createFSub(V, LastVal); in createNaryFAdd()642 LastVal = createFSub(LastVal, V); in createNaryFAdd()648 LastVal = createFNeg(LastVal); in createNaryFAdd()656 return LastVal; in createNaryFAdd()
383 void writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal);2394 void ModuleBitcodeWriter::writeConstants(unsigned FirstVal, unsigned LastVal, in writeConstants() argument2396 if (FirstVal == LastVal) return; in writeConstants()2410 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, Log2_32_Ceil(LastVal+1))); in writeConstants()2437 for (unsigned i = FirstVal; i != LastVal; ++i) { in writeConstants()
884 unsigned LastVal = ~0U; in LowerFormalArguments() local888 assert(VA.getValNo() != LastVal && "Same value in different locations"); in LowerFormalArguments()890 LastVal = VA.getValNo(); in LowerFormalArguments()
1536 SDValue LastVal = SDValue(); in getValueBits() local1546 if (LHSBits[i].hasValue() && LHSBits[i].getValue() == LastVal && in getValueBits()1549 else if (RHSBits[i].hasValue() && RHSBits[i].getValue() == LastVal && in getValueBits()1565 LastVal = Bits[i].getValue(); in getValueBits()1569 if (LastVal) LastVal = SDValue(); in getValueBits()