Searched refs:transformConstExprCastCall (Results 1 – 2 of 2) sorted by relevance
229 bool transformConstExprCastCall(CallBase &Call);
2330 if (!isa<Function>(Callee) && transformConstExprCastCall(Call)) in visitCallBase()2557 bool InstCombinerImpl::transformConstExprCastCall(CallBase &Call) { in transformConstExprCastCall() function in InstCombinerImpl