Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2202 auto isIdentityConstantForOpcode = [](unsigned Opcode, SDValue V) { in foldSelectWithIdentityConstant() local
2231 if (isIdentityConstantForOpcode(Opcode, TVal)) { in foldSelectWithIdentityConstant()
2237 if (isIdentityConstantForOpcode(Opcode, FVal)) { in foldSelectWithIdentityConstant()