Searched refs:createFSub (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp174 Value *createFSub(Value *Opnd0, Value *Opnd1);
496 createFSub(AddSub0, AddSub1);
735 LastVal = createFSub(V, LastVal);
737 LastVal = createFSub(LastVal, V);
754 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { function in class:FAddCombine
763 Value *NewV = createFSub(Zero, V);

Completed in 46 milliseconds