Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1414 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate() local
1416 if (!InsertedShift && !InsertedTrunc) { in SinkShiftAndTruncate()
1433 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate()
1435 InsertedTrunc->setDebugLoc(TruncI->getDebugLoc()); in SinkShiftAndTruncate()
1439 TruncTheUse = InsertedTrunc; in SinkShiftAndTruncate()
5465 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses() local
5467 if (!InsertedTrunc) { in optimizeExtUses()
5470 InsertedTrunc = new TruncInst(I, Src->getType(), "", &*InsertPt); in optimizeExtUses()
5471 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
5475 U = InsertedTrunc; in optimizeExtUses()