Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp106 unsigned PromotedWidth = 0; member in __anone95e1ef20111::IRPromoter
129 : Ctx(C), PromotedWidth(Width), Visited(visited), Sources(sources), in IRPromoter()
131 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()
173 bool TryToPromote(Value *V, unsigned PromotedWidth, const LoopInfo &LI);
502 NewConst = -((-Const->getValue()).zext(PromotedWidth)); in PromoteTree()
504 NewConst = -((-Const->getValue()).zext(PromotedWidth)); in PromoteTree()
506 NewConst = Const->getValue().zext(PromotedWidth); in PromoteTree()
508 NewConst = Const->getValue().zext(PromotedWidth); in PromoteTree()
579 if (ZExt->getType()->getScalarSizeInBits() >= PromotedWidth) in TruncateSinks()
658 << PromotedWidth << "-bits\n"); in Mutate()
[all …]