Searched refs:AnyExtSize (Results 1 – 1 of 1) sorted by relevance
3030 unsigned AnyExtSize = PowerOf2Ceil(DstTy.getSizeInBits()); in lowerLoad() local3031 LLT AnyExtTy = LLT::scalar(AnyExtSize); in lowerLoad()3131 unsigned AnyExtSize = PowerOf2Ceil(MemTy.getSizeInBits()); in lowerStore() local3132 const LLT NewSrcTy = LLT::scalar(AnyExtSize); in lowerStore()