Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp194 void CheckIntPart(const FixedPointSemantics &Sema, int64_t IntPart) { in CheckIntPart()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFixedPoint.cpp379 APSInt IntPart = Val >> Scale; in toString() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1012 struct IntPart { struct
1019 static Optional<IntPart> matchIntPart(Value *V) { in matchIntPart() argument