Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1726 Value *CmpVariableOperand = isa<Constant>(A) ? B : A; in combineToUSubWithOverflow() local
1728 for (User *U : CmpVariableOperand->users()) { in combineToUSubWithOverflow()