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