Searched refs:getNotArgument (Results 1 – 5 of 5) sorted by relevance
515 static const Value *getNotArgument(const Value *BinOp);516 static Value *getNotArgument( Value *BinOp);
1195 Value *X = BinaryOperator::getNotArgument(Ops[i].Op); in OptimizeAndOrXor()1536 X = BinaryOperator::getNotArgument(TheOp); in OptimizeAdd()
1192 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal)); in visitSelectInst()
29 Value *Operand = BinaryOperator::getNotArgument(V); in dyn_castNotVal()
2145 Value *BinaryOperator::getNotArgument(Value *BinOp) { in getNotArgument() function in BinaryOperator2156 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { in getNotArgument() function in BinaryOperator2157 return getNotArgument(const_cast<Value*>(BinOp)); in getNotArgument()