Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp290 static Value *SimplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in SimplifyWithOpReplaced() argument
295 return RepOp; in SimplifyWithOpReplaced()
304 return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), TD, TLI); in SimplifyWithOpReplaced()
306 return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, TD, TLI); in SimplifyWithOpReplaced()
312 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD, in SimplifyWithOpReplaced()
315 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD, in SimplifyWithOpReplaced()
323 if (Constant *CRepOp = dyn_cast<Constant>(RepOp)) { in SimplifyWithOpReplaced()