Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp298 Instruction::BinaryOps BOWithConstOpToMatch = Instruction::BinaryOpsEnd);
303 Instruction::BinaryOps BOWithConstOpToMatch = Instruction::BinaryOpsEnd);
330 Instruction::BinaryOps BOWithConstOpToMatch) { in digRecurrence() argument
346 if (I->getOpcode() == BOWithConstOpToMatch) { in digRecurrence()
379 const PHINode *P, Instruction::BinaryOps BOWithConstOpToMatch) { in matchConditionalRecurrence() argument
395 BinaryOperator *FoundBO = digRecurrence(TV, BOWithConstOpToMatch); in matchConditionalRecurrence()
396 BinaryOperator *AltBO = digRecurrence(FV, BOWithConstOpToMatch); in matchConditionalRecurrence()
400 if (BOWithConstOpToMatch != Instruction::BinaryOpsEnd && !ExtraConst) { in matchConditionalRecurrence()