Searched refs:AnyExtSize (Results 1 – 1 of 1) sorted by relevance
3573 unsigned AnyExtSize = PowerOf2Ceil(DstTy.getSizeInBits()); in lowerLoad() local3574 LLT AnyExtTy = LLT::scalar(AnyExtSize); in lowerLoad()3674 unsigned AnyExtSize = PowerOf2Ceil(MemTy.getSizeInBits()); in lowerStore() local3675 const LLT NewSrcTy = LLT::scalar(AnyExtSize); in lowerStore()