Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3232 static const Value *SimplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in SimplifyWithOpReplaced() argument
3237 return RepOp; in SimplifyWithOpReplaced()
3260 return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), Q, in SimplifyWithOpReplaced()
3263 return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, Q, in SimplifyWithOpReplaced()
3272 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), Q, in SimplifyWithOpReplaced()
3275 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, Q, in SimplifyWithOpReplaced()
3284 if (Constant *CRepOp = dyn_cast<Constant>(RepOp)) { in SimplifyWithOpReplaced()