Searched refs:TcDec (Results 1 – 1 of 1) sorted by relevance
2113 Instruction *TcDec = cast<Instruction>(Builder.CreateSub( in transformLoopToCountable() local2117 TcPhi->addIncoming(TcDec, Body); in transformLoopToCountable()2122 LbCond->setOperand(0, TcDec); in transformLoopToCountable()2219 Instruction *TcDec = cast<Instruction>( in transformLoopToPopcount() local2224 TcPhi->addIncoming(TcDec, Body); in transformLoopToPopcount()2229 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()