Searched refs:CreateUnOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilderFolder.h | 69 virtual Value *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const = 0;
|
| H A D | ConstantFolder.h | 140 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
|
| H A D | NoFolder.h | 173 Instruction *CreateUnOp(Instruction::UnaryOps Opc, in CreateUnOp() function
|
| H A D | IRBuilder.h | 1619 Value *CreateUnOp(Instruction::UnaryOps Opc, 1623 return Insert(Folder.CreateUnOp(Opc, VC), Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 132 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 141 return Builder.CreateUnOp(UO.getOpcode(), Op, Name); in operator ()()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 878 return CreateUnOp(static_cast<Instruction::UnaryOps>(Opc), in CreateNAryOp()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5357 Value *V = Builder.CreateUnOp( in vectorizeTree()
|