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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp197 Value *createFMul(Value *Opnd0, Value *Opnd1);
671 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { function in class:FAddCombine
744 return createFMul(OpndVal, Coeff.getValue(Instr->getType()));

Completed in 180 milliseconds