Searched refs:processBranchOnXOR (Results 1 – 2 of 2) sorted by relevance
154 bool processBranchOnXOR(BinaryOperator *BO);
1136 return processBranchOnXOR(cast<BinaryOperator>(CondInst)); in processBlock()1754 bool JumpThreadingPass::processBranchOnXOR(BinaryOperator *BO) { in processBranchOnXOR() function in JumpThreadingPass