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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1184 static Value *CreateBinOpAsGiven(BinaryOperator &Inst, Value *LHS, Value *RHS, function
1226 Value *NewBO = CreateBinOpAsGiven(Inst, LShuf->getOperand(0),
1274 Value *NewBO = CreateBinOpAsGiven(Inst, NewLHS, NewRHS, Builder);

Completed in 123 milliseconds