Searched refs:NeedsCast (Results 1 – 1 of 1) sorted by relevance
2938 bool NeedsCast = (hasByVal || isStructRet) && !isa<Function>(Callee); in visitCallInst() local2955 NeedsCast = true; in visitCallInst()2959 if (NeedsCast) { in visitCallInst()2972 if (NeedsCast) Out << ')'; in visitCallInst()