Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3037 unsigned AnyExtSize = PowerOf2Ceil(DstTy.getSizeInBits()); in lowerLoad() local
3038 LLT AnyExtTy = LLT::scalar(AnyExtSize); in lowerLoad()
3138 unsigned AnyExtSize = PowerOf2Ceil(MemTy.getSizeInBits()); in lowerStore() local
3139 const LLT NewSrcTy = LLT::scalar(AnyExtSize); in lowerStore()