Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp393 APSInt IntPart = Val; toString() local
409 APSInt IntPart = (OrigWidth > Scale) ? (Val >> Scale) : APSInt::get(0); toString() local
/llvm-project/llvm/unittests/ADT/
H A DAPFixedPointTest.cpp235 void CheckIntPart(const FixedPointSemantics &Sema, int64_t IntPart) { in CheckIntPart() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1063 struct IntPart { global() struct
1070 NumBitsIntPart matchIntPart() argument
[all...]