HomeSort by relevance Sort by last modified time
    Searched refs:UMin (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 86 case AtomicRMWInst::UMin:
  /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));
752 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax());
753 if (umin.isAllOnesValue())
755 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1)
    [all...]
AsmWriter.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 371 case AtomicRMWInst::UMin:
609 // FIXME: we could also treat Min/Max/UMin/UMax by the INT_MIN/INT_MAX/...
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 257 | UMin
    [all...]
llvm.mli 324 | UMin
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 715 UMin,
718 LAST_BINOP = UMin,
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 118 case AtomicRMWInst::UMin: return bitc::RMW_UMIN;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 118 case AtomicRMWInst::UMin: return bitc::RMW_UMIN;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 123 case AtomicRMWInst::UMin: return bitc::RMW_UMIN;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 781 case bitc::RMW_UMIN: return AtomicRMWInst::UMin;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 788 case bitc::RMW_UMIN: return AtomicRMWInst::UMin;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1772 milliseconds