Searched refs:AnyExtSize (Results 1 – 1 of 1) sorted by relevance
3401 unsigned AnyExtSize = PowerOf2Ceil(DstTy.getSizeInBits()); in lowerLoad() local3402 LLT AnyExtTy = LLT::scalar(AnyExtSize); in lowerLoad()3502 unsigned AnyExtSize = PowerOf2Ceil(MemTy.getSizeInBits()); in lowerStore() local3503 const LLT NewSrcTy = LLT::scalar(AnyExtSize); in lowerStore()