Searched refs:BOWithConstOpToMatch (Results 1 – 1 of 1) sorted by relevance
298 Instruction::BinaryOps BOWithConstOpToMatch = Instruction::BinaryOpsEnd);303 Instruction::BinaryOps BOWithConstOpToMatch = Instruction::BinaryOpsEnd);330 Instruction::BinaryOps BOWithConstOpToMatch) { in digRecurrence() argument346 if (I->getOpcode() == BOWithConstOpToMatch) { in digRecurrence()379 const PHINode *P, Instruction::BinaryOps BOWithConstOpToMatch) { in matchConditionalRecurrence() argument395 BinaryOperator *FoundBO = digRecurrence(TV, BOWithConstOpToMatch); in matchConditionalRecurrence()396 BinaryOperator *AltBO = digRecurrence(FV, BOWithConstOpToMatch); in matchConditionalRecurrence()400 if (BOWithConstOpToMatch != Instruction::BinaryOpsEnd && !ExtraConst) { in matchConditionalRecurrence()