Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateFSub

161     Value *createFSub(Value *Opnd0, Value *Opnd1);
453 createFSub(AddSub0, AddSub1);
684 LastVal = createFSub(V, LastVal);
686 LastVal = createFSub(LastVal, V);
703 Value *FAddCombine::createFSub
705 Value *V = Builder->CreateFSub(Opnd0, Opnd1);
713 return createFSub(Zero, V);
1155 return BinaryOperator::CreateFSub(RHS, LHSV);
1160 return BinaryOperator::CreateFSub(LHS, V);