|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/TargetFolder.h 127 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const {
include/llvm/IR/ConstantFolder.h 137 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const {
include/llvm/IR/IRBuilder.h 1545 Value *CreateUnOp(Instruction::UnaryOps Opc,
include/llvm/IR/InstrTypes.h 107 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
109 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
124 static UnaryOperator *Create(UnaryOps Op, Value *S,
132 static UnaryOperator *Create(UnaryOps Op, Value *S,
157 static UnaryOperator *CreateWithCopiedFlags(UnaryOps Opc,
171 UnaryOps getOpcode() const {
include/llvm/IR/NoFolder.h 206 Instruction *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const {
lib/Analysis/InstructionSimplify.cpp 4448 static Constant *foldConstant(Instruction::UnaryOps Opcode,
lib/IR/Instructions.cpp 2191 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S,
2200 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S,
2209 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S,
2215 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S,