Searched refs:Int32Ty (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGlobalMerge.cpp132 Type *Int32Ty = Type::getInt32Ty(M.getContext()); local
156 ConstantInt::get(Int32Ty, 0),
157 ConstantInt::get(Int32Ty, k-i)
H A DIndVarSimplify.cpp395 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext()); local
398 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
399 NewPHI->addIncoming(ConstantInt::get(Int32Ty, InitValue),
403 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
408 ConstantInt::get(Int32Ty, ExitValue),
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DMDBuilder.h69 Type *Int32Ty = Type::getInt32Ty(Context); local
71 Vals[i+1] = ConstantInt::get(Int32Ty, Weights[i]);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSjLjEHPrepare.cpp94 Type *Int32Ty = Type::getInt32Ty(M.getContext()); local
97 Int32Ty, // call_site
98 ArrayType::get(Int32Ty, 4), // __data
130 Type *Int32Ty = Type::getInt32Ty(I->getContext()); local
131 Value *Zero = ConstantInt::get(Int32Ty, 0);
132 Value *One = ConstantInt::get(Int32Ty, 1);
H A DShadowStackGC.cpp217 Type *Int32Ty = Type::getInt32Ty(F.getContext()); local
220 ConstantInt::get(Int32Ty, Roots.size(), false),
221 ConstantInt::get(Int32Ty, NumMeta, false),
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DModule.cpp365 Type *Int32Ty = Type::getInt32Ty(Context); local
367 ConstantInt::get(Int32Ty, Behavior), MDString::get(Context, Key), Val
373 Type *Int32Ty = Type::getInt32Ty(Context); local
374 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
H A DLLVMContextImpl.cpp36 Int32Ty(C, 32),
H A DLLVMContextImpl.h303 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
H A DType.cpp258 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DExtractFunction.cpp208 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext()); local
211 StructType::get(Int32Ty, TorList[0].first->getType(), NULL);
214 ConstantInt::get(Int32Ty, TorList[i].second),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp499 Type *Int32Ty = Type::getInt32Ty(*Ctx); local
502 Builder.CreateStore(ConstantInt::get(Int32Ty, i), EdgeState);
586 Type *Int32Ty = Type::getInt32Ty(*Ctx); local
589 Int32Ty->getPointerTo(), // uint32_t *predecessor
706 Type *Int32Ty = Type::getInt32Ty(*Ctx); local
708 Constant *NegOne = ConstantInt::get(Int32Ty, 0xffffffff);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp187 Type *Int32Ty = Type::getInt32Ty(EI.getContext()); local
189 ConstantInt::get(Int32Ty,
661 Type *Int32Ty = Type::getInt32Ty(SVI.getContext()); local
664 Elts.push_back(UndefValue::get(Int32Ty));
666 Elts.push_back(ConstantInt::get(Int32Ty, newMask[i]));
H A DInstCombineSelect.cpp923 Type *Int32Ty = Type::getInt32Ty(CV->getContext()); local
927 Mask[i] = ConstantInt::get(Int32Ty, i + (E->isZero() ? VWidth : 0));
929 Mask[i] = UndefValue::get(Int32Ty);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp6097 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); local
6098 const Constant *C = ConstantInt::get(Int32Ty, NumLPads);
6101 unsigned Align = getTargetData()->getPrefTypeAlignment(Int32Ty);
6186 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); local
6187 const Constant *C = ConstantInt::get(Int32Ty, NumLPads);
6190 unsigned Align = getTargetData()->getPrefTypeAlignment(Int32Ty);
6508 Type *Int32Ty = Type::getInt32Ty(MF->getFunction()->getContext()); local
6509 const Constant *C = ConstantInt::get(Int32Ty, LoopSize);
6512 unsigned Align = getTargetData()->getPrefTypeAlignment(Int32Ty);
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli404 [llvm::Type::Int32Ty]. *)

Completed in 303 milliseconds