Searched refs:IsInt (Results 1 – 2 of 2) sorted by relevance
656 bool IsInt; member664 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()665 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()669 void makeComplexInt() { IsInt = true; } in makeComplexInt()670 bool isComplexInt() const { return IsInt; } in isComplexInt()
3623 ABIArgInfo tryUseRegs(QualType Ty, int &FreeRegs, int RegsNeeded, bool IsInt,3678 bool IsInt, llvm::Type *DirectTy) const { in tryUseRegs() argument3691 if (IsInt) in tryUseRegs()