Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1009 struct IntPart { struct
1016 static std::optional<IntPart> matchIntPart(Value *V) { in matchIntPart() argument