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