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

  /external/llvm/lib/IR/
Verifier.cpp     [all...]
ConstantFold.cpp 297 unsigned SrcBitSize =
301 if (ByteStart*8 >= SrcBitSize)
306 if (ByteStart == 0 && ByteSize*8 == SrcBitSize)
311 if ((SrcBitSize&7) == 0 && (ByteStart+ByteSize)*8 <= SrcBitSize)
316 if ((ByteStart+ByteSize)*8 < SrcBitSize) {
317 assert((SrcBitSize&7) && "Shouldn't get byte sized case here");
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 171 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits();
176 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
188 ShiftAmt += isLittleEndian ? SrcBitSize : -SrcBitSize;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 195 milliseconds