Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDReassociate.cpp274 static Instruction *CreateNeg(Value *S1, const Twine &Name, in CreateNeg() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp2647 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg() function in BinaryOperator