Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1238 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
1240 if (!InsertedCast) { in SinkCast()
1243 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
1245 InsertedCast->setDebugLoc(CI->getDebugLoc()); in SinkCast()
1249 TheUse = InsertedCast; in SinkCast()