Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3251 bool IsNegate = false; in foldLoadStoreIntoMemOperand() local
3256 IsNegate = isNullConstant(StoredVal.getOperand(0)); in foldLoadStoreIntoMemOperand()
3269 unsigned LoadOpNo = IsNegate ? 1 : 0; in foldLoadStoreIntoMemOperand()
3309 if (IsNegate) { in foldLoadStoreIntoMemOperand()