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 598 /// Mul1, Addend0 and Addend1.
601 SDValue &Addend1, bool requireIntermediatesHaveOneUse)
627 Addend1 = AddOp.getOperand(1);
637 Addend1 = OtherOp;
647 Addend1 = OtherOp;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 139 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
352 (Value *Val, FAddend &Addend0, FAddend &Addend1) {
377 FAddend &Addend = Opnd0 ? Addend1 : Addend0;
416 (FAddend &Addend0, FAddend &Addend1) const {
420 unsigned BreakNum = FAddend::drillValueDownOneStep(Val, Addend0, Addend1);
427 Addend1.Scale(Coeff);
    [all...]

Completed in 3952 milliseconds