Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1081 CastInst *&InsertedCast = InsertedCasts[UserBB]; in SinkCast() local
1083 if (!InsertedCast) { in SinkCast()
1086 InsertedCast = CastInst::Create(CI->getOpcode(), CI->getOperand(0), in SinkCast()
1088 InsertedCast->setDebugLoc(CI->getDebugLoc()); in SinkCast()
1092 TheUse = InsertedCast; in SinkCast()