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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp195 Value *createFSub(Value *Opnd0, Value *Opnd1);
631 LastVal = createFSub(V, LastVal);
633 LastVal = createFSub(LastVal, V);
650 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { function in class:FAddCombine

Completed in 116 milliseconds