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

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

Completed in 101 milliseconds