Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h276 simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1360 if (Value *V = simplifyWithOpReplaced(TrueVal, OldOp, NewOp, SQ, in foldSelectValueEquivalence()
1414 if (simplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, SQ, in foldSelectValueEquivalence()
1417 simplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, SQ, in foldSelectValueEquivalence()
3936 if (Value *S = simplifyWithOpReplaced(TrueVal, CondVal, in visitSelectInst()
3941 if (Value *S = simplifyWithOpReplaced(FalseVal, CondVal, in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1893 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp,
1936 if (Value *Res = simplifyWithOpReplaced(Op1, A, B, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq()
1940 if (Value *Res = simplifyWithOpReplaced(Op1, B, A, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq()
4478 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyWithOpReplaced() function
4487 Value *llvm::simplifyWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyWithOpReplaced() function in llvm
4494 return ::simplifyWithOpReplaced(V, Op, RepOp, Q.getWithoutUndef(), in simplifyWithOpReplaced()
4496 return ::simplifyWithOpReplaced(V, Op, RepOp, Q, AllowRefinement, DropFlags, in simplifyWithOpReplaced()