Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2123 bool IsFSub = I->getOpcode() == Instruction::FSub; in canonicalizeNegFPConstantsForOp() local
2124 bool NeedsSubtract = !IsFSub && Candidates.size() % 2 == 1; in canonicalizeNegFPConstantsForOp()
2155 Value *NewInst = IsFSub ? Builder.CreateFAddFMF(OtherOp, Op, I) in canonicalizeNegFPConstantsForOp()