Searched refs:getNotArgument (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h315 /// getNegArgument, getNotArgument - Helper functions to extract the
323 static const Value *getNotArgument(const Value *BinOp);
324 static Value *getNotArgument( Value *BinOp);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp976 SI.setOperand(0, BinaryOperator::getNotArgument(CondVal));
H A DInstCombineAndOrXor.cpp55 Value *Operand = BinaryOperator::getNotArgument(V);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1969 Value *BinaryOperator::getNotArgument(Value *BinOp) { function in class:BinaryOperator
1970 assert(isNot(BinOp) && "getNotArgument on non-'not' instruction!");
1980 const Value *BinaryOperator::getNotArgument(const Value *BinOp) { function in class:BinaryOperator
1981 return getNotArgument(const_cast<Value*>(BinOp));
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1085 Value *X = BinaryOperator::getNotArgument(Ops[i].Op);

Completed in 139 milliseconds