Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/IR/
DConstantRange.cpp783 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange
831 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp628 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1564 inline APInt umin(const APInt &A, const APInt &B) { in umin() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1793 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
/external/llvm/include/llvm/ADT/
DAPInt.h1766 inline const APInt &umin(const APInt &A, const APInt &B) { in umin() function
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2253 __ umin(v22.V16B(), v0.V16B(), v18.V16B()); in GenerateTestSequenceNEON() local
2254 __ umin(v1.V2S(), v21.V2S(), v16.V2S()); in GenerateTestSequenceNEON() local
2255 __ umin(v17.V4H(), v4.V4H(), v25.V4H()); in GenerateTestSequenceNEON() local
2256 __ umin(v24.V4S(), v26.V4S(), v13.V4S()); in GenerateTestSequenceNEON() local
2257 __ umin(v20.V8B(), v1.V8B(), v5.V8B()); in GenerateTestSequenceNEON() local
2258 __ umin(v26.V8H(), v25.V8H(), v23.V8H()); in GenerateTestSequenceNEON() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp1405 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd() argument
/external/swiftshader/src/Shader/
DShaderCore.cpp895 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in umin() function in sw::ShaderCore
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1551 LogicVRegister Simulator::umin(VectorFormat vform, in umin() function in vixl::aarch64::Simulator