Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2325 static Value *simplifyAndOrWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyAndOrWithOpReplaced() function
2342 Value *NewOp0 = simplifyAndOrWithOpReplaced(I->getOperand(0), Op, RepOp, in simplifyAndOrWithOpReplaced()
2344 Value *NewOp1 = simplifyAndOrWithOpReplaced(I->getOperand(1), Op, RepOp, in simplifyAndOrWithOpReplaced()
2867 simplifyAndOrWithOpReplaced(Op0, Op1, Constant::getAllOnesValue(Ty), in visitAnd()
2871 simplifyAndOrWithOpReplaced(Op1, Op0, Constant::getAllOnesValue(Ty), in visitAnd()
4281 simplifyAndOrWithOpReplaced(Op0, Op1, Constant::getNullValue(Ty), in visitOr()
4285 simplifyAndOrWithOpReplaced(Op1, Op0, Constant::getNullValue(Ty), in visitOr()