Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1345 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
1347 if (!InsertedCast) { in SinkCast()
1350 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
1352 InsertedCast->setDebugLoc(CI->getDebugLoc()); in SinkCast()
1356 TheUse = InsertedCast; in SinkCast()