Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1737 bool IsNegate = match(C, m_ZeroInt()); in visitSub() local
1742 if (IsNegate) in visitSub()
1749 if (IsNegate) in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3017 bool IsNegate = false; in foldLoadStoreIntoMemOperand() local
3022 IsNegate = isNullConstant(StoredVal.getOperand(0)); in foldLoadStoreIntoMemOperand()
3035 unsigned LoadOpNo = IsNegate ? 1 : 0; in foldLoadStoreIntoMemOperand()
3075 if (IsNegate) { in foldLoadStoreIntoMemOperand()