Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3392 auto ZExtCarryIn = MIRBuilder.buildZExt(Ty, CarryIn); in lower() local
3393 MIRBuilder.buildAdd(Res, TmpRes, ZExtCarryIn); in lower()