Home
last modified time | relevance | path

Searched refs:CreateUnOp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilderFolder.h69 virtual Value *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const = 0;
H A DConstantFolder.h140 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
H A DNoFolder.h173 Instruction *CreateUnOp(Instruction::UnaryOps Opc, in CreateUnOp() function
H A DIRBuilder.h1601 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 DTargetFolder.h132 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp141 return Builder.CreateUnOp(UO.getOpcode(), Op, Name); in operator ()()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp838 return CreateUnOp(static_cast<Instruction::UnaryOps>(Opc), in CreateNAryOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5106 Value *V = Builder.CreateUnOp( in vectorizeTree()