Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1839 auto *TruncI = cast<TruncInst>(User); in SinkShiftAndTruncate() local
1842 for (Value::user_iterator TruncUI = TruncI->user_begin(), in SinkShiftAndTruncate()
1843 TruncE = TruncI->user_end(); in SinkShiftAndTruncate()
1894 InsertedTrunc = CastInst::Create(TruncI->getOpcode(), InsertedShift, in SinkShiftAndTruncate()
1895 TruncI->getType(), "", &*TruncInsertPt); in SinkShiftAndTruncate()
1896 InsertedTrunc->setDebugLoc(TruncI->getDebugLoc()); in SinkShiftAndTruncate()