Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3284 bool IsFlip = false; in extractBooleanFlip() local
3287 IsFlip = Const->isOne(); in extractBooleanFlip()
3290 IsFlip = Const->isAllOnes(); in extractBooleanFlip()
3293 IsFlip = (Const->getAPIntValue() & 0x01) == 1; in extractBooleanFlip()
3297 if (IsFlip) in extractBooleanFlip()