Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp387 APSInt IntPart = Val; toString() local
403 APSInt IntPart = (OrigWidth > Scale) ? (Val >> Scale) : APSInt::get(0); toString() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1067 struct IntPart { global() struct
1074 NumBitsIntPart matchIntPart() argument
[all...]