Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp268 bool InFPRs = false; in EmitVAArg() local
280 InFPRs = (!IsSoftFloatABI && (ArgTy->isFloatTy() || ArgTy->isDoubleTy())); in EmitVAArg()
320 if (InFPRs) { in EmitVAArg()