HomeSort by relevance Sort by last modified time
    Searched refs:Addend1 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 600 /// Mul1, Addend0 and Addend1.
603 SDValue &Addend1, bool requireIntermediatesHaveOneUse)
629 Addend1 = AddOp.getOperand(1);
639 Addend1 = OtherOp;
649 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 126 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
314 (Value *Val, FAddend &Addend0, FAddend &Addend1) {
339 FAddend &Addend = Opnd0 ? Addend1 : Addend0;
378 (FAddend &Addend0, FAddend &Addend1) const {
382 unsigned BreakNum = FAddend::drillValueDownOneStep(Val, Addend0, Addend1);
389 Addend1.Scale(Coeff);
    [all...]

Completed in 370 milliseconds