HomeSort by: relevance | last modified time | path
    Searched refs:LowValue (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 736 * LowValue - Smallest allowed value
748 UINT32 LowValue,
757 if ((Op->Asl.Value.Integer < LowValue) ||
761 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue);
aslcompiler.h 1220 UINT32 LowValue,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 10249 APInt LowValue = SplatValue.trunc(HalfSize);
10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
10258 SplatValue = HighValue | LowValue;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 801 APInt LowValue = SplatBits.trunc(HalfSize);
804 if (HighValue != LowValue || 8 > HalfSize)

Completed in 50 milliseconds