Searched refs:getNotArgument (Results 1 – 5 of 5) sorted by relevance
316 static const Value *getNotArgument(const Value *BinOp);317 static Value *getNotArgument( Value *BinOp);
1212 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()1553 X = BinaryOperator::getNotArgument(TheOp); in OptimizeAdd()
1876 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator1887 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator1888 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()
1245 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
29 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()