Searched refs:getType (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawField.java30 RawType getType(); method in interface:RawField
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp31 return ConstantInt::get(Val->getType(), 0);
84 PointerType *PTy = cast<PointerType>(CI.getType());
124 Amt = ConstantInt::get(AI.getArraySize()->getType(), Scale);
130 Value *Off = ConstantInt::get(AI.getArraySize()->getType(),
145 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast");
191 if (I->getOperand(0)->getType() == Ty)
235 Type *SrcTy = CI->getOperand(0)->getType(); // A from above
236 Type *MidTy = CI->getType(); // B from above
264 if (V->getType() == Ty || isa<Constant>(V)) return false;
289 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), T
[all...]
H A DInstCombineCalls.cpp82 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace();
84 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace();
99 Type *SrcETy = cast<PointerType>(StrippedDest->getType())
142 MI->setArgOperand(2, Constant::getNullValue(MemOpLength->getType()));
157 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8))
168 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace();
182 MI->setLength(Constant::getNullValue(LenC->getType()));
238 Type *Tys[3] = { CI.getArgOperand(0)->getType(),
239 CI.getArgOperand(1)->getType(),
240 CI.getArgOperand(2)->getType() };
[all...]
H A DInstCombineVectorOps.cpp27 for (unsigned i = 1, e = V->getType()->getVectorNumElements(); i != e; ++i)
60 assert(V->getType()->isVectorTy() && "Not looking at a vector?");
61 VectorType *VTy = cast<VectorType>(V->getType());
86 unsigned LHSWidth = SVI->getOperand(0)->getType()->getVectorNumElements();
115 return ReplaceInstUsesWith(EI, UndefValue::get(EI.getType()));
138 if (VectorType *VT = dyn_cast<VectorType>(BCI->getOperand(0)->getType()))
141 return new BitCastInst(Elt, EI.getType());
177 SVI->getOperand(0)->getType()->getVectorNumElements();
180 return ReplaceInstUsesWith(EI, UndefValue::get(EI.getType()));
199 return CastInst::Create(CI->getOpcode(), EE, EI.getType());
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamHiddenTokenFilter.cpp40 while ( hideMask.member(LA(1)->getType()) || discardMask.member(LA(1)->getType()) ) {
41 if ( hideMask.member(LA(1)->getType()) ) {
137 while ( hideMask.member(LA(1)->getType()) || discardMask.member(LA(1)->getType()) ) {
138 if ( hideMask.member(LA(1)->getType()) ) {
H A DNoViableAltException.cpp35 if( token->getType() == Token::EOF_TYPE )
37 else if( token->getType() == Token::NULL_TREE_LOOKAHEAD )
H A DTokenStreamBasicFilter.cpp35 while ( tok && discardMask.member(tok->getType()) ) {
H A DCommonToken.cpp34 return "[\""+getText()+"\",<"+getType()+">,line="+getLine()+",column="+getColumn()+"]";
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DIntrinsicLowering.cpp34 ParamTys.push_back(I->getType());
42 switch((int)Fn->arg_begin()->getType()->getTypeID()) {
55 Fn->arg_begin()->getType());
74 ParamTys.push_back((*I)->getType());
167 assert(V->getType()->isIntegerTy() && "Can't bswap a non-integer type!");
169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
176 Value *Tmp1 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8),
178 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
184 Value *Tmp4 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24),
186 Value *Tmp3 = Builder.CreateShl(V, ConstantInt::get(V->getType(),
[all...]
H A DAnalysis.cpp220 TLI.isTruncateFree(I->getOperand(0)->getType(), I->getType()))
226 if (Op->getType() == I->getType())
230 if (Op->getType()->isPointerTy() && I->getType()->isPointerTy())
233 if (isa<VectorType>(Op->getType()) && isa<VectorType>(I->getType()) &&
234 TLI.isTypeLegal(EVT::getEVT(Op->getType())) &&
235 TLI.isTypeLegal(EVT::getEVT(I->getType())))
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCommonAST.hpp29 , ttype( t->getType() )
61 virtual int getType() const function in class:antlr::CommonAST
74 setType(t->getType());
79 setType(t->getType());
H A DToken.hpp68 virtual int getType() const;
100 return nullToken == l ? ( nullToken == r ? false : true ) : l->getType() < r->getType();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp55 if (!isa<PointerType>(Arg->getType())) {
60 SExtInst* SI = new SExtInst(Arg, Use->getType());
61 assert (EVT::getEVT(SI->getType()) ==
62 (EVT::getEVT(Use->getType())));
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DIRBuilder.cpp29 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(),
43 PointerType *PT = cast<PointerType>(Ptr->getType());
68 Type *Tys[] = { Ptr->getType(), Size->getType() };
88 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
112 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
[all...]
H A DInstructions.cpp62 if (Op1->getType() != Op2->getType())
65 if (VectorType *VT = dyn_cast<VectorType>(Op0->getType())) {
69 VectorType *ET = dyn_cast<VectorType>(Op1->getType());
75 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) {
87 : Instruction(PN.getType(), Instruction::PHI,
131 replaceAllUsesWith(UndefValue::get(getType()));
171 return UndefValue::get(getType());
194 : Instruction(LP.getType(), Instruction::LandingPad,
271 cast<FunctionType>(cast<PointerType>(Func->getType())
[all...]
H A DConstants.cpp183 assert(isa<IntegerType>(Elt->getType()) && "Index must be an integer");
221 assert(getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
458 assert(C->getType() == Ty->getScalarType() &&
604 return Constant::getNullValue(getType()->getSequentialElementType());
610 return Constant::getNullValue(getType()->getStructElementType(Elt));
616 if (isa<SequentialType>(getType()))
624 if (isa<SequentialType>(getType()))
637 return UndefValue::get(getType()->getSequentialElementType());
643 return UndefValue::get(getType()->getStructElementType(Elt));
649 if (isa<SequentialType>(getType()))
[all...]
H A DVerifier.cpp399 Assert1(GVar && GVar->getType()->getElementType()->isArrayTy(),
410 Assert1(GV.getInitializer()->getType() == GV.getType()->getElementType(),
434 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getType())) {
456 Assert1(GA.getType() == GA.getAliasee()->getType(),
679 Assert2(I->getType() == FT->getParamType(i),
682 Assert1(I->getType()->isFirstClassType(),
685 Assert2(!I->getType()->isMetadataTy(),
783 Assert2(BI.getCondition()->getType()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DInstructionNamer.cpp37 if (!AI->hasName() && !AI->getType()->isVoidTy())
45 if (!I->hasName() && !I->getType()->isVoidTy())
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddangical.h105 const char * getType() const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DFindUsedTypes.cpp45 IncorporateType(V->getType());
65 IncorporateType(I->getType());
71 IncorporateType(MI->getType());
81 IncorporateType(I.getType()); // Incorporate the type of the instruction
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionExpander.cpp51 if (U->getType() == Ty)
64 CI->setOperand(0, UndefValue::get(V->getType()));
94 assert(SE.getTypeSizeInBits(V->getType()) == SE.getTypeSizeInBits(Ty) &&
99 if (V->getType() == Ty)
102 if (CI->getOperand(0)->getType() == Ty)
108 SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(V->getType())) {
112 SE.getTypeSizeInBits(CI->getType()) ==
113 SE.getTypeSizeInBits(CI->getOperand(0)->getType()))
118 SE.getTypeSizeInBits(CE->getType()) ==
119 SE.getTypeSizeInBits(CE->getOperand(0)->getType()))
[all...]
H A DCodeMetrics.cpp93 TD->isLegalInteger(Op->getType()->getScalarSizeInBits()) &&
94 Op->getType()->getScalarSizeInBits() <= TD->getPointerSizeInBits())
100 TD->isLegalInteger(Op->getType()->getScalarSizeInBits()) &&
101 Op->getType()->getScalarSizeInBits() >= TD->getPointerSizeInBits())
107 TD->isLegalInteger(TD->getTypeSizeInBits(CI->getType())))
165 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy())
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) {
169 it_errln("*** Formattable constructor or getType or getLong");
195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) {
206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) {
231 t = (fta.getType() == Formattable::kString)
261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0)
262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0)
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3)
264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs)
265 && (ft_arr[4].getType()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIntrinsicInst.h143 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
154 assert(getRawDest()->getType() == Ptr->getType() &&
160 assert(getLength()->getType() == L->getType() &&
174 return getArgOperand(3)->getType();
202 assert(getValue()->getType() == Val->getType() &&
231 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
235 assert(getRawSource()->getType()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp40 Type *indType = len->getType();
52 dyn_cast<PointerType>(srcAddr->getType())->getAddressSpace();
54 dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
90 dyn_cast<PointerType>(dstAddr->getType())->getAddressSpace();
94 PointerType::get(val->getType(), dstAS));
97 PHINode *ind = loop.CreatePHI(len->getType(), 0);
98 ind->addIncoming(ConstantInt::get(len->getType(), 0), origBB);
102 Value *newind = loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1));
128 if (TD->getTypeStoreSize(load->getType()) < MaxAggrCopySize) continue;
172 unsigned numLoads = TD->getTypeStoreSize(load->getType());
[all...]

Completed in 302 milliseconds

1234567891011>>