Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp779 int NonNullOperand; in simplifyDivRemOfSelectWithZeroOp() local
782 NonNullOperand = 2; in simplifyDivRemOfSelectWithZeroOp()
785 NonNullOperand = 1; in simplifyDivRemOfSelectWithZeroOp()
790 replaceOperand(I, 1, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
817 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
820 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()