Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp866 unsigned LIBitWidth = DL.getTypeSizeInBits(ToType); in ConvertScalar_ExtractValue() local
867 if (LIBitWidth < NTy->getBitWidth()) in ConvertScalar_ExtractValue()
870 LIBitWidth)); in ConvertScalar_ExtractValue()
871 else if (LIBitWidth > NTy->getBitWidth()) in ConvertScalar_ExtractValue()
874 LIBitWidth)); in ConvertScalar_ExtractValue()