Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp867 unsigned LIBitWidth = DL.getTypeSizeInBits(ToType); in ConvertScalar_ExtractValue() local
868 if (LIBitWidth < NTy->getBitWidth()) in ConvertScalar_ExtractValue()
871 LIBitWidth)); in ConvertScalar_ExtractValue()
872 else if (LIBitWidth > NTy->getBitWidth()) in ConvertScalar_ExtractValue()
875 LIBitWidth)); in ConvertScalar_ExtractValue()