Home
last modified time | relevance | path

Searched defs:IntPart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp387 APSInt IntPart = Val; in toString() local
403 APSInt IntPart = (OrigWidth > Scale) ? (Val >> Scale) : APSInt::get(0); in toString() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1067 struct IntPart { struct
1074 static std::optional<IntPart> matchIntPart(Value *V) { in matchIntPart() argument