Searched refs:tryToFoldExtendOfConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 12723 static SDValue tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 13384 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitSIGN_EXTEND() 13653 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitZERO_EXTEND() 13926 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitANY_EXTEND() 14653 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitEXTEND_VECTOR_INREG()
|