Searched refs:TcDec (Results 1 – 1 of 1) sorted by relevance
2031 Instruction *TcDec = cast<Instruction>(Builder.CreateSub( in transformLoopToCountable() local2035 TcPhi->addIncoming(TcDec, Body); in transformLoopToCountable()2040 LbCond->setOperand(0, TcDec); in transformLoopToCountable()2138 Instruction *TcDec = cast<Instruction>( in transformLoopToPopcount() local2143 TcPhi->addIncoming(TcDec, Body); in transformLoopToPopcount()2148 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()