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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1008 if (auto *KnownCond = AvailableValues.lookup(CondI)) {
1010 if (isa<ConstantInt>(KnownCond) &&
1011 cast<ConstantInt>(KnownCond)->isOne()) {
1020 cast<CallInst>(Inst)->setArgOperand(0, KnownCond);
H A DJumpThreading.cpp924 bool KnownCond; local
927 KnownCond = CI->isOne();
933 KnownCond = (TrueVal != nullptr);
937 if (Constant *Val = KnownCond ? TrueVal : FalseVal)

Completed in 111 milliseconds