Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1626 DenseMap<BasicBlock *, CastInst *> InsertedTruncs; in SinkShiftAndTruncate() local
1663 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate()
5737 DenseMap<BasicBlock*, Instruction*> InsertedTruncs; in optimizeExtUses() local
5748 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses()