Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1030 if (auto *ConstVA = dyn_cast<ConstantInt>(V)) in getAnyNonZeroConstInt() local
1031 if (!ConstVA->isZero()) in getAnyNonZeroConstInt()
1032 return ConstVA; in getAnyNonZeroConstInt()