Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1714 CmpInst *&InsertedCmp = InsertedCmps[UserBB]; in sinkCmpExpression() local
1716 if (!InsertedCmp) { in sinkCmpExpression()
1719 InsertedCmp = CmpInst::Create(Cmp->getOpcode(), Cmp->getPredicate(), in sinkCmpExpression()
1723 InsertedCmp->setDebugLoc(Cmp->getDebugLoc()); in sinkCmpExpression()
1727 TheUse = InsertedCmp; in sinkCmpExpression()