HomeSort by relevance Sort by last modified time
    Searched refs:Int32Ty (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 74 Type *Int32Ty = Type::getInt32Ty(Context);
83 Vec[i + 1] = ConstantInt::get(Int32Ty, i == caseNo ? LikelyBranchWeight : UnlikelyBranchWeight);
121 Type *Int32Ty = Type::getInt32Ty(Context);
128 ConstantInt::get(Int32Ty, Likely ? LikelyBranchWeight : UnlikelyBranchWeight),
129 ConstantInt::get(Int32Ty, Likely ? UnlikelyBranchWeight : LikelyBranchWeight)
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 104 Type *Int32Ty = Type::getInt32Ty(M.getContext());
107 Int32Ty, // call_site
108 ArrayType::get(Int32Ty, 4), // __data
513 Type *Int32Ty = Type::getInt32Ty(F.getContext());
514 Value *Zero = ConstantInt::get(Int32Ty, 0);
517 Idxs[1] = ConstantInt::get(Int32Ty, 1);
522 Idxs[1] = ConstantInt::get(Int32Ty, 2);
525 Idxs[1] = ConstantInt::get(Int32Ty, 1);
597 Idxs[1] = ConstantInt::get(Int32Ty, 4);
605 Idxs[1] = ConstantInt::get(Int32Ty, 3)
    [all...]
ShadowStackGC.cpp 218 Type *Int32Ty = Type::getInt32Ty(F.getContext());
221 ConstantInt::get(Int32Ty, Roots.size(), false),
222 ConstantInt::get(Int32Ty, NumMeta, false),
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 132 Type *Int32Ty = Type::getInt32Ty(M.getContext());
156 ConstantInt::get(Int32Ty, 0),
157 ConstantInt::get(Int32Ty, k-i)
IndVarSimplify.cpp 405 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
408 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
409 NewPHI->addIncoming(ConstantInt::get(Int32Ty, InitValue),
413 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
418 ConstantInt::get(Int32Ty, ExitValue),
    [all...]
  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 34 Int32Ty(C, 32),
LLVMContextImpl.h 174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Type.cpp 213 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 228 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
230 ConstantInt::get(Int32Ty,
558 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());
561 Elts.push_back(UndefValue::get(Int32Ty));
563 Elts.push_back(ConstantInt::get(Int32Ty, NewMask[i]));
InstCombineCasts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 353 llvm::ConstantInt::get(Int32Ty, 0);
355 llvm::ConstantInt::get(Int32Ty, 3);
356 Value *Data = llvm::ConstantInt::get(Int32Ty, 1);
634 llvm::ConstantInt::get(Int32Ty, Offset)));
638 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
644 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
728 ConstantInt::get(Int32Ty, 0));
735 Builder.CreateGEP(Buf, ConstantInt::get(Int32Ty, 2));
    [all...]
CGBlocks.cpp     [all...]
CGObjCGNU.cpp 166 llvm::IntegerType *Int32Ty;
    [all...]
TargetInfo.cpp 760 Builder.CreateGEP(Addr, llvm::ConstantInt::get(CGF.Int32Ty, Offset),
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.cpp 231 llvm::ConstantInt::get(Int32Ty, 0),
290 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty);
291 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
    [all...]
CGExprScalar.cpp 770 Indx = Builder.CreateZExt(Indx, CGF.Int32Ty, "idx_zext");
840 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
    [all...]
CGException.cpp 373 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
744 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty, NULL),
    [all...]
CodeGenModule.h 107 llvm::IntegerType *Int8Ty, *Int32Ty, *Int64Ty;
    [all...]
CGStmt.cpp     [all...]
CGObjCMac.cpp 484 llvm::FunctionType::get(CGM.Int32Ty, params, false),
492 llvm::Type *params[] = { CGM.Int32Ty->getPointerTo() };
493 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty,
    [all...]
CodeGenModule.cpp 105 Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
713 return llvm::ConstantInt::get(Int32Ty, LineNo);
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 176 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
179 StructType::get(Int32Ty, TorList[0].first->getType(), NULL);
182 ConstantInt::get(Int32Ty, TorList[i].second),
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 496 Type *Int32Ty = Type::getInt32Ty(*Ctx);
499 Builder.CreateStore(ConstantInt::get(Int32Ty, i), EdgeState);
512 Builder.CreateStore(ConstantInt::get(Int32Ty, 0xffffffff), EdgeState);

Completed in 965 milliseconds

1 2