Searched defs:Rem (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 671 SDNode *Rem = CurDAG->getMachineNode(TargetOpcode::EXTRACT_SUBREG, in Select() local 755 SDNode *Rem = CurDAG->getMachineNode(TargetOpcode::EXTRACT_SUBREG, in Select() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 643 if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) { in SimplifyIVUsers() local 1215 void IndVarSimplify::EliminateIVRemainder(BinaryOperator *Rem, in EliminateIVRemainder() 1278 if (BinaryOperator *Rem = dyn_cast<BinaryOperator>(UseInst)) { in EliminateIVUser() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 46 Value *Rem = Builder->CreateAnd(A, ConstantInt::get(I.getType(), *B-1), in commonShiftTransforms() local
|
D | InstCombineSimplifyDemanded.cpp | 686 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in SimplifyDemandedUseBits() local
|
D | InstCombineMulDivRem.cpp | 205 Value *Rem; in visitMul() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 468 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local 511 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) { in ComputeMaskedBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2400 SDValue Rem = DAG.getLoad(RetVT, dl, getLastCALLSEQ(), FIPtr, in ExpandDivRemLibCall() local
|
D | SelectionDAG.cpp | 1988 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in ComputeMaskedBits() local 2017 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in ComputeMaskedBits() local
|