HomeSort by relevance Sort by last modified time
    Searched defs:umin (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
ConstantRange.cpp 94 APInt UMin(CR.getUnsignedMin());
95 if (UMin.isMaxValue())
97 return ConstantRange(UMin + 1, APInt::getNullValue(W));
106 APInt UMin(CR.getUnsignedMin());
107 if (UMin.isMinValue())
109 return ConstantRange(UMin, APInt::getNullValue(W));
783 ConstantRange::umin(const ConstantRange &Other) const { function in class:ConstantRange
784 // X umin Y is: range(umin(X_umin, Y_umin),
785 // umin(X_umax, Y_umax)
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 895 void ShaderCore::umin(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 1551 LogicVRegister Simulator::umin(VectorFormat vform, function in class:vixl::aarch64::Simulator
    [all...]

Completed in 149 milliseconds