Searched refs:getNotArgument (Results 1 – 5 of 5) sorted by relevance
325 static const Value *getNotArgument(const Value *BinOp);326 static Value *getNotArgument( Value *BinOp);
890 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
55 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
670 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()
1953 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator1964 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator1965 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()