Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h59 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
61 : Instruction(Ty, iType, &Op<0>(), 1, IB) {
65 : Instruction(Ty, iType, &Op<0>(), 1, IAE) { in UnaryInstruction()
106 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
108 UnaryOperator(UnaryOps iType, Value *S, Type *Ty,
193 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
195 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
433 CastInst(Type *Ty, unsigned iType, Value *S,
435 : UnaryInstruction(Ty, iType, S, InsertBefore) {
439 CastInst(Type *Ty, unsigned iType, Value *S,
[all …]
H A DInstruction.h862 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
864 Instruction(Type *Ty, unsigned iType, Use *Ops, unsigned NumOps,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2417 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument
2420 : UnaryInstruction(Ty, iType, S, InsertBefore) { in UnaryOperator()
2426 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator() argument
2429 : UnaryInstruction(Ty, iType, S, InsertAtEnd) { in UnaryOperator()
2470 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2473 : Instruction(Ty, iType, in BinaryOperator()
2483 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() argument
2486 : Instruction(Ty, iType, in BinaryOperator()
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c11896 sqlite3_int64 iType; in dbdataNext() local
11900 pCsr->pHdrPtr += dbdataGetVarint(pCsr->pHdrPtr, &iType); in dbdataNext()
11901 pCsr->pPtr += dbdataValueBytes(iType); in dbdataNext()
12056 sqlite3_int64 iType; in dbdataColumn() local
12057 dbdataGetVarint(pCsr->pHdrPtr, &iType); in dbdataColumn()
12059 ctx, iType, pCsr->pPtr, &pCsr->pRec[pCsr->nRec] - pCsr->pPtr in dbdataColumn()
H A Dsqlite3.c26664 int iType;
26709 if( iType<2 ){
26712 p->iType = iType;
26720 p = &staticMutexes[iType-2];
26726 if( iType<2 ){
27359 switch( iType ){
27393 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){
27894 switch( iType ){
27899 p->id = iType;
27915 if( iType-2<0 || iType-2>=ArraySize(winMutex_staticMutexes) ){
[all …]