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