Searched refs:AnyExtSize (Results 1 – 1 of 1) sorted by relevance
4165 unsigned AnyExtSize = PowerOf2Ceil(DstTy.getSizeInBits()); in lowerLoad() local4166 LLT AnyExtTy = LLT::scalar(AnyExtSize); in lowerLoad()4262 unsigned AnyExtSize = PowerOf2Ceil(MemTy.getSizeInBits()); in lowerStore() local4263 const LLT NewSrcTy = LLT::scalar(AnyExtSize); in lowerStore()