Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5938 bool InFPRs = false; in EmitVAArg() local
5948 InFPRs = ArgTy->isFloatTy() || ArgTy->isDoubleTy(); in EmitVAArg()
5990 if (InFPRs) { in EmitVAArg()