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