Searched refs:CreateCast (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp117 Value *ShortDivisorV = FastBuilder.CreateCast(Instruction::Trunc, Divisor,
119 Value *ShortDividendV = FastBuilder.CreateCast(Instruction::Trunc, Dividend,
127 Value *FastQuotientV = FastBuilder.CreateCast(Instruction::ZExt,
130 Value *FastRemainderV = FastBuilder.CreateCast(Instruction::ZExt,
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::TargetFolder
191 return CreateCast(Instruction::BitCast, C, DestTy);
194 return CreateCast(Instruction::IntToPtr, C, DestTy);
197 return CreateCast(Instruction::PtrToInt, C, DestTy);
/external/llvm/include/llvm/IR/
H A DConstantFolder.h156 Constant *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::ConstantFolder
178 return CreateCast(Instruction::BitCast, C, DestTy);
181 return CreateCast(Instruction::IntToPtr, C, DestTy);
184 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DNoFolder.h215 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::NoFolder
231 return CreateCast(Instruction::BitCast, C, DestTy);
234 return CreateCast(Instruction::IntToPtr, C, DestTy);
237 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DIRBuilder.h1264 return CreateCast(Instruction::Trunc, V, DestTy, Name);
1267 return CreateCast(Instruction::ZExt, V, DestTy, Name);
1270 return CreateCast(Instruction::SExt, V, DestTy, Name);
1301 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
1304 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
1307 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
1310 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
1314 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
1317 return CreateCast(Instruction::FPExt, V, DestTy, Name);
1321 return CreateCast(Instructio
1359 Value *CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, function in class:llvm::IRBuilder
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h155 Constant *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::ConstantFolder
171 return CreateCast(Instruction::BitCast, C, DestTy);
174 return CreateCast(Instruction::IntToPtr, C, DestTy);
177 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DNoFolder.h202 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::NoFolder
218 return CreateCast(Instruction::BitCast, C, DestTy);
221 return CreateCast(Instruction::IntToPtr, C, DestTy);
224 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DTargetFolder.h167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::TargetFolder
183 return CreateCast(Instruction::BitCast, C, DestTy);
186 return CreateCast(Instruction::IntToPtr, C, DestTy);
189 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DIRBuilder.h917 return CreateCast(Instruction::Trunc, V, DestTy, Name);
920 return CreateCast(Instruction::ZExt, V, DestTy, Name);
923 return CreateCast(Instruction::SExt, V, DestTy, Name);
926 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
929 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
932 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
935 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
939 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
942 return CreateCast(Instruction::FPExt, V, DestTy, Name);
946 return CreateCast(Instructio
980 Value *CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, function in class:llvm::IRBuilder
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp121 Builder.CreateCast((Instruction::CastOps)OpCode,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp357 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
/external/clang/include/clang/Sema/
H A DInitialization.h504 static InitializationKind CreateCast(SourceRange TypeRange) { function in class:clang::InitializationKind
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp333 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
H A DInstCombineCalls.cpp1144 Args.push_back(Builder->CreateCast(opcode, *AI, ParamTy));
1170 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
H A DInstructionCombining.cpp522 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
712 InV = Builder->CreateCast(CI->getOpcode(),
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp484 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(),
/external/clang/lib/Sema/
H A DSemaCast.cpp335 : InitializationKind::CreateCast(/*type range?*/ range);
1512 : InitializationKind::CreateCast(OpRange);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1124 Value *NewSI = Builder->CreateCast(CastOp,
H A DInstructionCombining.cpp698 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
909 InV = Builder->CreateCast(CI->getOpcode(),
H A DInstCombineCalls.cpp2807 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1884 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType);
1944 ScalarIV = Builder.CreateCast(Instruction::Trunc, Induction, TruncType);
4204 Entry[Part] = Builder.CreateCast(CI->getOpcode(), A[Part], DestTy);
H A DSLPVectorizer.cpp2294 Value *V = Builder.CreateCast(CI->getOpcode(), InVec, VecTy);
/external/llvm/lib/IR/
H A DCore.cpp2927 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val),
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DCore.cpp2140 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val),

Completed in 952 milliseconds