Home
last modified time | relevance | path

Searched refs:NeedsCast (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2938 bool NeedsCast = (hasByVal || isStructRet) && !isa<Function>(Callee); in visitCallInst() local
2955 NeedsCast = true; in visitCallInst()
2959 if (NeedsCast) { in visitCallInst()
2972 if (NeedsCast) Out << ')'; in visitCallInst()