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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 154 unsigned DstBitSize = DstEltTy->getPrimitiveSizeInBits();
162 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
168 ShiftAmt += isLittleEndian ? DstBitSize : -DstBitSize;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 205 unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy);
213 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
219 ShiftAmt += isLittleEndian ? DstBitSize : -DstBitSize;
224 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 237 unsigned DstBitSize = DL.getTypeSizeInBits(DstEltTy);
256 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
262 ShiftAmt += isLittleEndian ? DstBitSize : -DstBitSize;
267 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 470 milliseconds