|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/InstrTypes.h 124 static UnaryOperator *Create(UnaryOps Op, Value *S,
References
include/llvm/IR/IRBuilder.h 1550 Instruction *UnOp = UnaryOperator::Create(Opc, V);
include/llvm/IR/InstrTypes.h 161 UnaryOperator *UO = Create(Opc, V, Name);
include/llvm/IR/NoFolder.h 207 return UnaryOperator::Create(Opc, C);
lib/AsmParser/LLParser.cpp 6341 Inst = UnaryOperator::Create((Instruction::UnaryOps)Opc, LHS);
lib/Bitcode/Reader/BitcodeReader.cpp 3875 I = UnaryOperator::Create((Instruction::UnaryOps)Opc, LHS);
lib/IR/Constants.cpp 3031 return UnaryOperator::Create((Instruction::UnaryOps)getOpcode(), Ops[0]);
lib/IR/Instructions.cpp 2218 UnaryOperator *Res = Create(Op, S, Name);
4106 return Create(getOpcode(), Op<0>());