OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dividend
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp
626
// Prepare the
dividend
627
SDNode *
Dividend
;
629
Dividend
= CurDAG->getMachineNode(SystemZ::MOVSX64rr32, dl, MVT::i64, N0);
631
Dividend
= N0.getNode();
633
// Insert prepared
dividend
into suitable 'subreg'
636
Dividend
=
638
SDValue(Tmp, 0), SDValue(
Dividend
, 0),
642
SDValue DivVal = SDValue(
Dividend
, 0);
650
Result = CurDAG->getMachineNode(Opc, dl, ResVT, SDValue(
Dividend
, 0), N1);
708
// Prepare the
dividend
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
747
const SCEV *
Dividend
= SE.getTruncateOrZeroExtend(It, CalculationTy);
750
Dividend
= SE.getMulExpr(
Dividend
,
755
const SCEV *DivResult = SE.getUDivExpr(
Dividend
, SE.getConstant(DivFactor));
[
all
...]
Completed in 23 milliseconds