Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1873 LLVM_ABI bool isNeutralConstant(unsigned Opc, SDNodeFlags Flags, SDValue V,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12467 bool llvm::isNeutralConstant(unsigned Opcode, SDNodeFlags Flags, SDValue V, in isNeutralConstant() function in llvm
H A DDAGCombiner.cpp2494 if (isNeutralConstant(Opcode, N->getFlags(), TVal, OpNo) && in foldSelectWithIdentityConstant()
2502 if (isNeutralConstant(Opcode, N->getFlags(), FVal, OpNo) && in foldSelectWithIdentityConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15002 if (!isNeutralConstant(N->getOpcode(), N->getFlags(), ScalarV.getOperand(1), in combineBinOpToReduce()