Home
last modified time | relevance | path

Searched defs:IsDiv (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp909 bool IsDiv, bool IsSigned) const { in expandDivRem24()
920 bool IsDiv, bool IsSigned) const { in expandDivRem24Impl()
1076 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv; in expandDivRem32() local
1195 bool IsDiv = Opc == Instruction::SDiv || Opc == Instruction::UDiv; in shrinkDivRem64() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp514 bool IsDiv = I.getOpcode() == G_UDIV || I.getOpcode() == G_SDIV; in select() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1000 bool IsDiv = (Opcode == Instruction::SDiv || Opcode == Instruction::UDiv); in simplifyDivRem() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1114 bool IsDiv, IsSigned; in matchCombineDivRem() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11040 SourceLocation Loc, bool IsDiv) { in DiagnoseBadDivideOrRemainderValues()
11053 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4328 bool IsDiv = (ISD::SDIV == Opc) || (ISD::UDIV == Opc); in simplifyDivRem() local