Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2067 DenseMap<BasicBlock *, CastInst *> InsertedTruncs; in SinkShiftAndTruncate() local
2104 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate()
6646 DenseMap<BasicBlock *, Instruction *> InsertedTruncs; in optimizeExtUses() local
6658 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses()