Searched refs:simplifyAndOrWithOpReplaced (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2268 static Value *simplifyAndOrWithOpReplaced(Value *V, Value *Op, Value *RepOp, in simplifyAndOrWithOpReplaced() function 2285 Value *NewOp0 = simplifyAndOrWithOpReplaced(I->getOperand(0), Op, RepOp, in simplifyAndOrWithOpReplaced() 2287 Value *NewOp1 = simplifyAndOrWithOpReplaced(I->getOperand(1), Op, RepOp, in simplifyAndOrWithOpReplaced() 2822 simplifyAndOrWithOpReplaced(Op0, Op1, Constant::getAllOnesValue(Ty), in visitAnd() 2826 simplifyAndOrWithOpReplaced(Op1, Op0, Constant::getAllOnesValue(Ty), in visitAnd() 4033 simplifyAndOrWithOpReplaced(Op0, Op1, Constant::getNullValue(Ty), in visitOr() 4037 simplifyAndOrWithOpReplaced(Op1, Op0, Constant::getNullValue(Ty), in visitOr()
|