Searched refs:simplifyWithOpReplaced (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 265 simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1938 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, 1981 if (Value *Res = simplifyWithOpReplaced(Op1, A, B, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq() 1985 if (Value *Res = simplifyWithOpReplaced(Op1, B, A, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq() 4301 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyWithOpReplaced() function 4349 if (Value *NewInstOp = simplifyWithOpReplaced( in simplifyWithOpReplaced() 4477 Value *llvm::simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyWithOpReplaced() function in llvm 4484 return ::simplifyWithOpReplaced(V, Op, RepOp, Q.getWithoutUndef(), in simplifyWithOpReplaced() 4486 return ::simplifyWithOpReplaced(V, Op, RepOp, Q, AllowRefinement, DropFlags, in simplifyWithOpReplaced() 4625 if (simplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, Q.getWithoutUndef(), in simplifySelectWithICmpEq() 4629 if (simplifyWithOpReplaced(TrueVal, CmpLHS, CmpRHS, Q, in simplifySelectWithICmpEq()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1311 if (Value *V = simplifyWithOpReplaced(TrueVal, OldOp, NewOp, SQ, in foldSelectValueEquivalence() 1362 if (simplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, SQ, in foldSelectValueEquivalence() 1365 simplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, SQ, in foldSelectValueEquivalence() 3606 if (Value *S = simplifyWithOpReplaced(TrueVal, CondVal, in visitSelectInst() 3611 if (Value *S = simplifyWithOpReplaced(FalseVal, CondVal, in visitSelectInst()
|