Home
last modified time | relevance | path

Searched refs:BORes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1188 Value *BORes = B->CreateBinOp(Inst.getOpcode(), LHS, RHS); in CreateBinOpAsGiven() local
1189 if (BinaryOperator *NewBO = dyn_cast<BinaryOperator>(BORes)) { in CreateBinOpAsGiven()
1197 return BORes; in CreateBinOpAsGiven()