Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
42 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst()
94 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1742 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
1755 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
1769 void BinaryOperator::init(BinaryOps iType) { in init()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c18580 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc()
18996 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc()