Searched refs:NonZeroConst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp920 ConstantInt *NonZeroConst = nullptr; local
925 if (!NonZeroConst)
926 NonZeroConst = GetAnyNonZeroConstInt(PN);
927 PN.setIncomingValue(i, NonZeroConst);

Completed in 126 milliseconds