Searched refs:tryToFoldExtendOfConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8146 static SDValue tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 8606 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitSIGN_EXTEND() 8847 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitZERO_EXTEND() 9096 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitANY_EXTEND() 9642 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitSIGN_EXTEND_VECTOR_INREG() 9658 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitZERO_EXTEND_VECTOR_INREG()
|