Searched refs:tryToFoldExtendOfConstant (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10248 static SDValue tryToFoldExtendOfConstant(SDNode *N, const TargetLowering &TLI, in tryToFoldExtendOfConstant() function 10779 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitSIGN_EXTEND() 11092 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitZERO_EXTEND() 11351 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitANY_EXTEND() 11991 if (SDValue Res = tryToFoldExtendOfConstant(N, TLI, DAG, LegalTypes)) in visitEXTEND_VECTOR_INREG()
|