Home
last modified time | relevance | path

Searched defs:PromotedWidth (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp106 unsigned PromotedWidth = 0; member in __anon330d687d0111::IRPromoter
774 bool TypePromotionImpl::TryToPromote(Value *V, unsigned PromotedWidth, in TryToPromote()
984 if (auto PromotedWidth = GetPromoteWidth(OpI)) { in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp109 unsigned PromotedWidth = 0; member in __anon6ce0dcb70111::IRPromoter
809 bool TypePromotion::TryToPromote(Value *V, unsigned PromotedWidth) { in TryToPromote()