Searched refs:getTypeSizeIndex (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1458 static unsigned getTypeSizeIndex(unsigned Value, Type *Ty) { function
1495 unsigned NumElts = getTypeSizeIndex(C->getType()->getPrimitiveSizeInBits(),
1547 unsigned IndexShift = getTypeSizeIndex(CI->getZExtValue(), VecEltTy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1619 static unsigned getTypeSizeIndex(unsigned Value, Type *Ty) { function
1650 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy);
1665 unsigned NumElts = getTypeSizeIndex(C->getType()->getPrimitiveSizeInBits(),

Completed in 71 milliseconds