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

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

Completed in 63 milliseconds