Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1950 unsigned UserOpcode = User->getOpcode(); in canonicalizeNegConstExpr() local
1951 if (UserOpcode != Instruction::FAdd && UserOpcode != Instruction::FSub) in canonicalizeNegConstExpr()
1962 if (UserOpcode == Instruction::FAdd && ShouldBreakUpSubtract(User)) in canonicalizeNegConstExpr()
1978 switch (UserOpcode) { in canonicalizeNegConstExpr()