Searched refs:transformConstExprCastCall (Results 1 – 2 of 2) sorted by relevance
380 bool transformConstExprCastCall(CallSite CS);
1969 if (!isa<Function>(Callee) && transformConstExprCastCall(CS)) in visitCallSite()2061 bool InstCombiner::transformConstExprCastCall(CallSite CS) { in transformConstExprCastCall() function in InstCombiner