Searched refs:tryToFoldExtendOfConstant (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 11318 static SDValue tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 11980 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitSIGN_EXTEND() 12229 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitZERO_EXTEND() 12495 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitANY_EXTEND() 13160 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitEXTEND_VECTOR_INREG()
|