Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2107 bool IsFSub = I->getOpcode() == Instruction::FSub; in canonicalizeNegFPConstantsForOp() local
2108 bool NeedsSubtract = !IsFSub && Candidates.size() % 2 == 1; in canonicalizeNegFPConstantsForOp()
2139 Value *NewInst = IsFSub ? Builder.CreateFAddFMF(OtherOp, Op, I) in canonicalizeNegFPConstantsForOp()