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

  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 83 if (CDS->getElementAsInteger(NumElts-1) != 0)
88 if (CDS->getElementAsInteger(i) == 0)
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 85 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
87 Result |= CDV->getElementAsInteger(i);
    [all...]
ValueTracking.cpp 267 Elt = CDS->getElementAsInteger(i);
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 558 /// getElementAsInteger - If this is a sequential container of integers (of
560 uint64_t getElementAsInteger(unsigned i) const;
576 /// efficient as getElementAsInteger/Float/Double.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 840 unsigned char V = Str->getElementAsInteger(i);
    [all...]

Completed in 335 milliseconds