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.cpp2347 DenseMap<BasicBlock *, CastInst *> InsertedTruncs; in SinkShiftAndTruncate() local
2384 CastInst *&InsertedTrunc = InsertedTruncs[TruncUserBB]; in SinkShiftAndTruncate()
7149 DenseMap<BasicBlock *, Instruction *> InsertedTruncs; in optimizeExtUses() local
7161 Instruction *&InsertedTrunc = InsertedTruncs[UserBB]; in optimizeExtUses()