Home
last modified time | relevance | path

Searched defs:NotOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9106 auto NotOperand = (TrueV.getOperand(0) == FalseV) in lowerSELECT() local
9124 auto NotOperand = (FalseV.getOperand(0) == TrueV) in lowerSELECT() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8224 if (SDValue NotOperand = getBitwiseNotOperand(N01, N00, in visitORCommutative() local
8232 if (SDValue NotOperand = getBitwiseNotOperand(N00, N01, in visitORCommutative() local
H A DSelectionDAG.cpp6110 if (SDValue NotOperand = in haveNoCommonBitsSetCommutative() local