Searched refs:CreateUnOp (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 1601 Value *CreateUnOp(Instruction::UnaryOps Opc, 1605 return Insert(Folder.CreateUnOp(Opc, VC), Name);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 132 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 141 return Builder.CreateUnOp(UO.getOpcode(), Op, Name); in operator ()()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 838 return CreateUnOp(static_cast<Instruction::UnaryOps>(Opc), in CreateNAryOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 5106 Value *V = Builder.CreateUnOp( in vectorizeTree()
|