| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
| Local.h | 82 Op = Builder->CreateIntCast(Op, IntIdxTy, true, Op->getName().str()+".c");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| FixedPointBuilder.h | 68 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); 79 Result = B.CreateIntCast(Result, UpscaledTy, SrcIsSigned, "resize"); 105 Result = B.CreateIntCast(Result, DstIntTy, SrcIsSigned, "resize"); 344 RHS = B.CreateIntCast(RHS, LHS->getType(), /*IsSigned=*/false); 363 RHS = B.CreateIntCast(RHS, LHS->getType(), false);
|
| IRBuilderFolder.h | 103 virtual Value *CreateIntCast(Constant *C, Type *DestTy,
|
| ConstantFolder.h | 202 Constant *CreateIntCast(Constant *C, Type *DestTy,
|
| NoFolder.h | 236 Instruction *CreateIntCast(Constant *C, Type *DestTy,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| IntrinsicLowering.cpp | 338 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, 349 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, 361 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr, 366 Ops[1] = Builder.CreateIntCast(CI->getArgOperand(1),
|
| SafeStack.cpp | 665 ArraySize = IRB.CreateIntCast(ArraySize, IntPtrTy, false);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/ |
| TruncInstCombine.cpp | 336 Res = Builder.CreateIntCast(I->getOperand(0), Ty, 385 Res = Builder.CreateIntCast(Res, DstTy, false);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| MemProfiler.cpp | 313 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); 318 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false), 319 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)});
|
| ThreadSanitizer.cpp | 719 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false), 720 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)}); 727 IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false)}); 785 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
|
| SanitizerCoverage.cpp | 804 Cond = IRB.CreateIntCast(Cond, Int64Ty, false); 842 {IRB.CreateIntCast(A1, Ty, true)}); 853 {IRB.CreateIntCast(Idx, IntptrTy, true)}); 886 IRB.CreateCall(CallbackFunc, {IRB.CreateIntCast(A0, Ty, true), 887 IRB.CreateIntCast(A1, Ty, true)});
|
| MemorySanitizer.cpp | 1126 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); 2042 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, 2049 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, 2078 V1 = IRB.CreateIntCast(V1, S1->getType(), false); 2079 V2 = IRB.CreateIntCast(V2, S2->getType(), false); 2100 V1 = IRB.CreateIntCast(V1, S1->getType(), false); 2101 V2 = IRB.CreateIntCast(V2, S2->getType(), false); 2220 return IRB.CreateIntCast(V, dstTy, Signed); 2224 return IRB.CreateIntCast(V, dstTy, Signed); 2227 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed) [all...] |
| HWAddressSanitizer.cpp | 839 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); 844 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false), 845 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)});
|
| AddressSanitizer.cpp | 1362 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); 1367 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false), 1368 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); 1690 IRB.CreateIntCast(LastAccessedByte, ShadowValue->getType(), false); 3517 IRB.CreateMul(IRB.CreateIntCast(AI->getArraySize(), IntptrTy, false),
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGOpenMPRuntime.cpp | 2018 CGF.Builder.CreateIntCast(CGF.getTypeSize(VarType), CGM.SizeTy, 2244 EnterArgs.push_back(CGF.Builder.CreateIntCast( 2909 CGF.Builder.CreateIntCast(NumThreads, CGF.Int32Ty, /*isSigned*/ true)}; 4334 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device), 4360 Tid = CGF.Builder.CreateIntCast(Tid, CGF.IntTy, /*isSigned=*/false); 4382 Sz = CGF.Builder.CreateIntCast(Sz, CGF.SizeTy, /*isSigned=*/false); 4412 NumOfElements = CGF.Builder.CreateIntCast(NumOfElements, CGF.Int32Ty, 4816 CGF.Builder.CreateIntCast(NumDeps, CGF.SizeTy, /*isSigned=*/false)); 4872 Sz = CGF.Builder.CreateIntCast(Sz, CGF.IntPtrTy, /*isSigned=*/false); 4907 NumOfElements = CGF.Builder.CreateIntCast(NumOfElements, CGF.Int32Ty [all...] |
| CGExprScalar.cpp | 995 Check = Builder.CreateIntCast(Dst, SrcTy, DstSigned, "anyext"); 1228 return Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); 1349 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); 1403 return Builder.CreateIntCast(Src, DstTy, false, "conv"); 1689 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); 2233 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); 2825 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv"); 3416 index = CGF.Builder.CreateIntCast(index, DL.getIndexType(PtrTy), isSigned, 3851 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom"); 3929 RHS = Builder.CreateIntCast(RHS, Ops.LHS->getType(), false, "sh_prom") [all...] |
| CGExpr.cpp | 1005 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned); 1006 llvm::Value *BoundVal = Builder.CreateIntCast(Bound, SizeTy, false); 1982 Val = Builder.CreateIntCast(Val, ResLTy, Info.IsSigned, "bf.cast"); 2177 SrcVal = Builder.CreateIntCast(SrcVal, Ptr.getElementType(), 2239 ResultVal = Builder.CreateIntCast(ResultVal, ResLTy, Info.IsSigned, 3729 Idx = Builder.CreateIntCast(Idx, IntPtrTy, IdxSigned, "idxprom"); 3936 Idx = Builder.CreateIntCast( 3970 ? Builder.CreateIntCast( 3976 ? Builder.CreateIntCast( 4006 auto *LengthVal = Builder.CreateIntCast( [all...] |
| CGAtomic.cpp | 737 auto *SC = Builder.CreateIntCast(Scope, Builder.getInt32Ty(), false); 1360 Order = Builder.CreateIntCast(Order, Builder.getInt32Ty(), false); 2042 intValue = Builder.CreateIntCast(
|
| CodeGenFunction.cpp | 2213 entry = Builder.CreateIntCast(Size, SizeTy, /*signed*/ false); 2310 Builder.CreateIntCast(Alignment, IntPtrTy, false, "casted.align"); 2313 Builder.CreateIntCast(OffsetValue, IntPtrTy, true, "casted.offset");
|
| CGOpenMPRuntimeGPU.cpp | 2132 IfCondVal = Bld.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.Int32Ty, 2275 return CGF.Builder.CreateIntCast(Val, LLVMCastTy, 2314 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); 3269 llvm::Value *Size = CGF.Builder.CreateIntCast( 3475 llvm::Value *Size = CGF.Builder.CreateIntCast( 3797 llvm::Value *Size = CGF.Builder.CreateIntCast(
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUAtomicOptimizer.cpp | 516 Mbcnt = B.CreateIntCast(Mbcnt, Ty, false); 564 Value *const Ctpop = B.CreateIntCast( 584 Value *const Ctpop = B.CreateIntCast(
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetFolder.h | 182 Constant *CreateIntCast(Constant *C, Type *DestTy,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| Coroutines.cpp | 538 Size = Builder.CreateIntCast(Size,
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| SimplifyLibCalls.cpp | 1212 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false); 2243 V = B.CreateIntCast(V, B.getInt32Ty(), false); 2258 return B.CreateIntCast(V, CI->getType(), false); 2523 return B.CreateIntCast(PtrDiff, CI->getType(), false); 2541 return B.CreateIntCast(Len, CI->getType(), false); 3291 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonLoopIdiomRecognition.cpp | 1406 Value *CV = IRB.CreateIntCast(V, Ty, false); 1578 R = B.CreateXor(R, B.CreateIntCast(P0, R->getType(), false)); 1920 PM = IRBuilder<>(&*At).CreateIntCast(PM, PV.Res->getType(), false);
|