Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2100 DenseMap<BasicBlock *, CastInst *> InsertedTruncs; in SinkShiftAndTruncate() local
2137 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate()
6760 DenseMap<BasicBlock *, Instruction *> InsertedTruncs; in optimizeExtUses() local
6772 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses()