Searched refs:RepOp (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 284 static Value *SimplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in SimplifyWithOpReplaced() argument 288 return RepOp; in SimplifyWithOpReplaced() 297 return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), TD); in SimplifyWithOpReplaced() 299 return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, TD); in SimplifyWithOpReplaced() 305 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), TD); in SimplifyWithOpReplaced() 307 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, TD); in SimplifyWithOpReplaced() 314 if (Constant *CRepOp = dyn_cast<Constant>(RepOp)) { in SimplifyWithOpReplaced()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3293 static const Value *SimplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in SimplifyWithOpReplaced() argument 3298 return RepOp; in SimplifyWithOpReplaced() 3321 return SimplifyBinOp(B->getOpcode(), RepOp, B->getOperand(1), Q, in SimplifyWithOpReplaced() 3324 return SimplifyBinOp(B->getOpcode(), B->getOperand(0), RepOp, Q, in SimplifyWithOpReplaced() 3333 return SimplifyCmpInst(C->getPredicate(), RepOp, C->getOperand(1), Q, in SimplifyWithOpReplaced() 3336 return SimplifyCmpInst(C->getPredicate(), C->getOperand(0), RepOp, Q, in SimplifyWithOpReplaced() 3345 if (Constant *CRepOp = dyn_cast<Constant>(RepOp)) { in SimplifyWithOpReplaced()
|