Searched refs:visitBuiltinCall (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp308 bool visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee);
2915 if (visitBuiltinCall(I, ID, WroteCallee))
3012 /// visitBuiltinCall - Handle the call to the specified builtin. Returns true
3015 bool CWriter::visitBuiltinCall(CallInst &I, Intrinsic::ID ID, function in class:CWriter

Completed in 65 milliseconds