Home
last modified time | relevance | path

Searched defs:CreateNeg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp274 static Instruction *CreateNeg(Value *S1, const Twine &Name, in CreateNeg() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2647 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg() function in BinaryOperator