Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp835 static bool isInstructionPairAdd(Instruction *A, Instruction *B) { in isInstructionPairAdd() function
1101 if (HasCAddSupport && isInstructionPairAdd(Real, Imag)) { in identifyNode()