reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64FastISel.cpp
 4921   if (!isTypeLegal(I->getType(), VT))
 4924   if (!isa<ConstantInt>(I->getOperand(1)))
 4925     return selectBinaryOp(I, ISD::SDIV);
 4927   const APInt &C = cast<ConstantInt>(I->getOperand(1))->getValue();
 4930     return selectBinaryOp(I, ISD::SDIV);
 4933   unsigned Src0Reg = getRegForValue(I->getOperand(0));
 4936   bool Src0IsKill = hasTrivialKill(I->getOperand(0));
 4938   if (cast<BinaryOperator>(I)->isExact()) {
 4942     updateValueMap(I, ResultReg);
 4983   updateValueMap(I, ResultReg);