Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2113 Instruction *TcDec = cast<Instruction>(Builder.CreateSub( in transformLoopToCountable() local
2117 TcPhi->addIncoming(TcDec, Body); in transformLoopToCountable()
2122 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
2219 Instruction *TcDec = cast<Instruction>( in transformLoopToPopcount() local
2224 TcPhi->addIncoming(TcDec, Body); in transformLoopToPopcount()
2229 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()