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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1774 // InsertedTruncs - Only insert one trunc in each block once.
1775 DenseMap<BasicBlock*, Instruction*> InsertedTruncs; local
1788 Instruction *&InsertedTrunc = InsertedTruncs[UserBB];

Completed in 57 milliseconds