HomeSort by relevance Sort by last modified time
    Searched refs:getElementAsInteger (Results 1 - 10 of 10) 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 83 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
85 Result |= CDV->getElementAsInteger(i);
    [all...]
ValueTracking.cpp 267 Elt = CDS->getElementAsInteger(i);
    [all...]
  /external/llvm/include/llvm/
Constants.h 568 /// getElementAsInteger - If this is a sequential container of integers (of
570 uint64_t getElementAsInteger(unsigned i) const;
586 /// efficient as getElementAsInteger/Float/Double.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Constants.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]

Completed in 167 milliseconds