Searched defs:CreateNeg (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 124 Constant *CreateNeg(Constant *C, in CreateNeg() function in llvm::ConstantFolder
|
H A D | NoFolder.h | 182 Instruction *CreateNeg(Constant *C, in CreateNeg() function in llvm::NoFolder
|
H A D | IRBuilder.h | 1580 Value *CreateNeg(Value *V, const Twine &Name = "", in CreateNeg() function in llvm::IRBuilder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 116 Constant *CreateNeg(Constant *C, in CreateNeg() function in llvm::TargetFolder
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 257 static BinaryOperator *CreateNeg(Value *S1, const Twine &Name, in CreateNeg() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 2346 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg() function in BinaryOperator 2354 BinaryOperator *BinaryOperator::CreateNeg(Value *Op, const Twine &Name, in CreateNeg() function in BinaryOperator
|
Completed in 20 milliseconds