Searched refs:ProcessBranchOnXOR (Results 1 – 1 of 1) sorted by relevance
136 bool ProcessBranchOnXOR(BinaryOperator *BO);853 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst)); in ProcessBlock()1258 bool JumpThreading::ProcessBranchOnXOR(BinaryOperator *BO) { in ProcessBranchOnXOR() function in JumpThreading