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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 858 unsigned SrcBitSize = SrcTy->getScalarSizeInBits();
    [all...]
ConstantFold.cpp 294 unsigned SrcBitSize =
298 if (ByteStart*8 >= SrcBitSize)
303 if (ByteStart == 0 && ByteSize*8 == SrcBitSize)
308 if ((SrcBitSize&7) == 0 && (ByteStart+ByteSize)*8 <= SrcBitSize)
313 if ((ByteStart+ByteSize)*8 < SrcBitSize) {
314 assert((SrcBitSize&7) && "Shouldn't get byte sized case here");
    [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 312 unsigned SrcBitSize =
316 if (ByteStart*8 >= SrcBitSize)
321 if (ByteStart == 0 && ByteSize*8 == SrcBitSize)
326 if ((SrcBitSize&7) == 0 && (ByteStart+ByteSize)*8 <= SrcBitSize)
331 if ((ByteStart+ByteSize)*8 < SrcBitSize) {
332 assert((SrcBitSize&7) && "Shouldn't get byte sized case here");
    [all...]
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 127 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits();
132 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
144 ShiftAmt += isLittleEndian ? SrcBitSize : -SrcBitSize;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 176 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits();
181 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
193 ShiftAmt += isLittleEndian ? SrcBitSize : -SrcBitSize;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 478 milliseconds