Home
last modified time | relevance | path

Searched refs:NegRes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1116 ConstantRange NegRes = getEmpty(); in sdiv() local
1119 NegRes = ConstantRange((PosL.Upper - 1).sdiv(NegR.Upper - 1), in sdiv()
1124 NegRes = NegRes.unionWith( in sdiv()
1129 ConstantRange Res = NegRes.unionWith(PosRes, PreferredRangeType::Signed); in sdiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp42513 bool NegRes) { in negateFMAOpcode() argument
42546 if (NegRes) { in negateFMAOpcode()