Home
last modified time | relevance | path

Searched refs:iType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h57 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
59 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
62 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction() argument
63 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction()
104 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
106 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
191 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
193 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
431 CastInst(Type *Ty, unsigned iType, Value *S,
433 : UnaryInstruction(Ty, iType, S, InsertBefore) {
[all …]
H A DInstruction.h884 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
886 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp2803 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument
2806 : UnaryInstruction(Ty, iType, S, InsertBefore) { in UnaryOperator()
2812 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument
2815 : UnaryInstruction(Ty, iType, S, InsertAtEnd) { in UnaryOperator()
2856 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2859 : Instruction(Ty, iType, in BinaryOperator()
2869 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2872 : Instruction(Ty, iType, in BinaryOperator()