Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2926 bool hasByVal = I.hasByValArgument(); in visitCallInst() local
2938 bool NeedsCast = (hasByVal || isStructRet) && !isa<Function>(Callee); in visitCallInst()
2965 else if (hasByVal) in visitCallInst()