Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2013 bool EmitRet = ARMEmitStore(ArgVT, Arg, Addr); (void)EmitRet; in ProcessCallArgs() local
2014 assert(EmitRet && "Could not emit a store for argument!"); in ProcessCallArgs()