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

  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 86 if (CDS->getElementAsInteger(NumElts-1) != 0)
91 if (CDS->getElementAsInteger(i) == 0)
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 91 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
93 Result |= CDV->getElementAsInteger(i);
    [all...]
ValueTracking.cpp 266 Elt = CDS->getElementAsInteger(i);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 763 Selector = C->getElementAsInteger(I);
788 uint32_t Index = C->getElementAsInteger(I) & 0x3;
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 557 /// getElementAsInteger - If this is a sequential container of integers (of
559 uint64_t getElementAsInteger(unsigned i) const;
575 /// 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...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 839 unsigned char V = Str->getElementAsInteger(i);
    [all...]

Completed in 337 milliseconds