Home
last modified time | relevance | path

Searched refs:LIBitWidth (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp758 unsigned LIBitWidth = TD.getTypeSizeInBits(ToType); in ConvertScalar_ExtractValue() local
759 if (LIBitWidth < NTy->getBitWidth()) in ConvertScalar_ExtractValue()
762 LIBitWidth)); in ConvertScalar_ExtractValue()
763 else if (LIBitWidth > NTy->getBitWidth()) in ConvertScalar_ExtractValue()
766 LIBitWidth)); in ConvertScalar_ExtractValue()