Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6572 bool InFPRs = false; in EmitVAArg() local
6582 InFPRs = ArgTy->isFloatTy() || ArgTy->isDoubleTy(); in EmitVAArg()
6624 if (InFPRs) { in EmitVAArg()