Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp428 auto InsertZExt = [&](Value *V, Instruction *InsertPt) { in ExtendSources() local
452 InsertZExt(I, I); in ExtendSources()
455 InsertZExt(Arg, &*BB.getFirstInsertionPt()); in ExtendSources()