reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 llvm::APSInt IntPart = Val >> Scale; 189 llvm::APInt FractPart = Val.zextOrTrunc(Scale).zext(Width); 190 llvm::APInt FractPartMask = llvm::APInt::getAllOnesValue(Scale).zext(Width); 197 .lshr(Scale)