Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h1619 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 DTargetFolder.h132 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const override { in CreateUnOp() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp141 return Builder.CreateUnOp(UO.getOpcode(), Op, Name); in operator ()()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp878 return CreateUnOp(static_cast<Instruction::UnaryOps>(Opc), in CreateNAryOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5357 Value *V = Builder.CreateUnOp( in vectorizeTree()