Searched defs:IsDiv (Results 1 – 6 of 6) sorted by relevance
639 bool IsDiv, bool IsSigned) const { in expandDivRem24()754 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv; in expandDivRem32() local
445 bool IsDiv = I.getOpcode() == G_UDIV || I.getOpcode() == G_SDIV; in select() local
220 bool IsDiv(const NodeDef& node) { return node.op() == "Div"; } in IsDiv() function
932 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv) { in simplifyDivRem()
8035 SourceLocation Loc, bool IsDiv) { in DiagnoseBadDivideOrRemainderValues()8047 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands()
3696 bool IsDiv = (ISD::SDIV == Opc) || (ISD::UDIV == Opc); in simplifyDivRem() local