Searched refs:isNeutralConstant (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1731 bool isNeutralConstant(unsigned Opc, SDNodeFlags Flags, SDValue V,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11547 bool llvm::isNeutralConstant(unsigned Opcode, SDNodeFlags Flags, SDValue V, in isNeutralConstant() function in llvm
|
| H A D | DAGCombiner.cpp | 2506 if (isNeutralConstant(Opcode, N->getFlags(), TVal, OpNo)) { in foldSelectWithIdentityConstant() 2512 if (isNeutralConstant(Opcode, N->getFlags(), FVal, OpNo)) { in foldSelectWithIdentityConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12257 if (!isNeutralConstant(N->getOpcode(), N->getFlags(), ScalarV.getOperand(1), in combineBinOpToReduce()
|