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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3824 bool TrueWhenEqual = (Cond->getOpcode() == Instruction::Or);
3842 if (!TrueWhenEqual)
3866 if (TrueWhenEqual)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2717 bool TrueWhenEqual = local
2726 // TrueWhenLessThan, TrueWhenEqual and TrueWhenGreaterThan are true versus
2736 if (TrueWhenEqual)

Completed in 117 milliseconds