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