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

  /external/llvm/include/llvm/Support/
IntegersSubset.h 28 // The IntItem is a wrapper for APInt.
33 // 3. Currently we can interpret IntItem both as ConstantInt and as APInt.
36 // 4. IntItem can be easily replaced with APInt.
38 // The set of macros that allows to propagate APInt operators to the IntItem.
46 IntItem operator op () const { \
49 return IntItem(cast<ConstantInt>(NewVal)); \
53 IntItem operator op (const APInt& RHS) const { \
56 return IntItem(cast<ConstantInt>(NewVal)); \
60 IntItem& operator op (const APInt& RHS) {\
69 IntItem& operator op () {
    [all...]
IntegersSubsetMapping.h 32 class IntTy = IntItem>
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 235 milliseconds