Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp509 bool IsDiv, bool IsSigned) const { in expandDivRem24()
624 bool IsDiv = Opc == Instruction::UDiv || Opc == Instruction::SDiv; in expandDivRem32() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc178 bool IsDiv(const NodeDef& node) { return node.op() == "Div"; } in IsDiv() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp906 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv) { in simplifyDivRem()
/external/clang/lib/Sema/
DSemaExpr.cpp8035 SourceLocation Loc, bool IsDiv) { in DiagnoseBadDivideOrRemainderValues()
8047 bool IsCompAssign, bool IsDiv) { in CheckMultiplyDivideOperands()