Home
last modified time | relevance | path

Searched refs:ProcessBranchOnXOR (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp136 bool ProcessBranchOnXOR(BinaryOperator *BO);
853 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst)); in ProcessBlock()
1258 bool JumpThreading::ProcessBranchOnXOR(BinaryOperator *BO) { in ProcessBranchOnXOR() function in JumpThreading