Searched defs:CreateNeg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
| H A D | Reassociate.cpp | 272 static Instruction *CreateNeg(Value *S1, const Twine &Name, CreateNeg() function |
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
| H A D | Instructions.cpp | 2968 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, CreateNeg() function in BinaryOperator |