Searched defs:SrcBitSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp166 unsigned SrcBitSize = SrcEltTy->getPrimitiveSizeInBits(); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstantFold.cpp297 unsigned SrcBitSize = local
H A DVerifier.cpp946 unsigned SrcBitSize = SrcTy->getPrimitiveSizeInBits(); local
1239 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
1261 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
1275 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
1292 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
1310 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
[all...]
H A DInstructions.cpp2767 unsigned SrcBitSize = SrcTy->getScalarSizeInBits(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1088 uint32_t SrcBitSize = SrcTy->getScalarSizeInBits(); local
1106 uint32_t SrcBitSize = SrcTy->getScalarSizeInBits(); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5849 unsigned SrcBitSize = SrcEltVT.getSizeInBits(); local
5917 NewBits <<= SrcBitSize; local

Completed in 318 milliseconds