Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateFSub

172     Value *createFSub(Value *Opnd0, Value *Opnd1);
489 createFSub(AddSub0, AddSub1);
720 LastVal = createFSub(V, LastVal);
722 LastVal = createFSub(LastVal, V);
739 Value *FAddCombine::createFSub
741 Value *V = Builder->CreateFSub(Opnd0, Opnd1);
749 return createFSub(Zero, V);
1202 return BinaryOperator::CreateFSub(RHS, LHSV);
1207 return BinaryOperator::CreateFSub(LHS, V);