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

1 2

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 61 Type *Int32Ty = Type::getInt32Ty(Context);
70 Vec[i + 1] = ConstantInt::get(Int32Ty, i == caseNo ? LikelyBranchWeight : UnlikelyBranchWeight);
108 Type *Int32Ty = Type::getInt32Ty(Context);
115 ConstantInt::get(Int32Ty, Likely ? LikelyBranchWeight : UnlikelyBranchWeight),
116 ConstantInt::get(Int32Ty, Likely ? UnlikelyBranchWeight : LikelyBranchWeight)
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 91 Type *Int32Ty = Type::getInt32Ty(M.getContext());
94 Int32Ty, // call_site
95 ArrayType::get(Int32Ty, 4), // __data
384 Type *Int32Ty = Type::getInt32Ty(F.getContext());
385 Value *Zero = ConstantInt::get(Int32Ty, 0);
388 Idxs[1] = ConstantInt::get(Int32Ty, 1);
394 Idxs[1] = ConstantInt::get(Int32Ty, 2);
398 Idxs[1] = ConstantInt::get(Int32Ty, 1);
467 Idxs[1] = ConstantInt::get(Int32Ty, 4);
476 Idxs[1] = ConstantInt::get(Int32Ty, 3)
    [all...]
ShadowStackGC.cpp 206 Type *Int32Ty = Type::getInt32Ty(F.getContext());
209 ConstantInt::get(Int32Ty, Roots.size(), false),
210 ConstantInt::get(Int32Ty, NumMeta, false),
  /external/llvm/lib/Target/ARM/
ARMGlobalMerge.cpp 126 Type *Int32Ty = Type::getInt32Ty(M.getContext());
150 ConstantInt::get(Int32Ty, 0),
151 ConstantInt::get(Int32Ty, k-i)
  /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 354 llvm::ConstantInt::get(Int32Ty, 0);
356 llvm::ConstantInt::get(Int32Ty, 3);
357 Value *Data = llvm::ConstantInt::get(Int32Ty, 1);
639 llvm::ConstantInt::get(Int32Ty, Offset)));
643 Depth = Builder.CreateIntCast(Depth, Int32Ty, false, "tmp");
649 Depth = Builder.CreateIntCast(Depth, Int32Ty, false, "tmp");
733 ConstantInt::get(Int32Ty, 0));
740 Builder.CreateGEP(Buf, ConstantInt::get(Int32Ty, 2));
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.cpp 225 llvm::ConstantInt::get(Int32Ty, 0),
284 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty);
285 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
    [all...]
CGBlocks.cpp     [all...]
CGExprScalar.cpp 743 Indx = Builder.CreateZExt(Indx, CGF.Int32Ty, "idx_zext");
813 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
    [all...]
TargetInfo.cpp 741 Builder.CreateGEP(Addr, llvm::ConstantInt::get(CGF.Int32Ty, Offset),
    [all...]
CodeGenModule.h 105 llvm::IntegerType *Int8Ty, *Int32Ty, *Int64Ty;
CGException.cpp 374 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
875 llvm::Constant *Zero = llvm::ConstantInt::get(Int32Ty, 0);
    [all...]
CGStmt.cpp     [all...]
CodeGenModule.cpp 99 Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
    [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...]
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 502 Type *Int32Ty = Type::getInt32Ty(*Ctx);
505 Builder.CreateStore(ConstantInt::get(Int32Ty, i), EdgeState);
516 Builder.CreateStore(ConstantInt::get(Int32Ty, 0xffffffff), EdgeState);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 428 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
431 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
432 NewPHI->addIncoming(ConstantInt::get(Int32Ty, InitValue),
436 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
441 ConstantInt::get(Int32Ty, ExitValue),
    [all...]
ScalarReplAggregates.cpp 752 Type* Int32Ty = Builder.getInt32Ty();
756 Args.push_back(ConstantInt::get(Int32Ty, i));
759 Constant* UnC = UndefValue::get(Int32Ty);
    [all...]

Completed in 884 milliseconds

1 2