Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp569 Instruction *FAddSub = dyn_cast<Instruction>(Op0); in visitFMul() local
570 if (FAddSub && in visitFMul()
571 (FAddSub->getOpcode() == Instruction::FAdd || in visitFMul()
572 FAddSub->getOpcode() == Instruction::FSub)) { in visitFMul()
573 Value *Opnd0 = FAddSub->getOperand(0); in visitFMul()
574 Value *Opnd1 = FAddSub->getOperand(1); in visitFMul()
590 if (Swap && FAddSub->getOpcode() == Instruction::FSub) in visitFMul()
593 Instruction *RI = (FAddSub->getOpcode() == Instruction::FAdd) in visitFMul()