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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp122 Value *ShortDivisorV = FastBuilder.CreateCast(Instruction::Trunc, Divisor,
124 Value *ShortDividendV = FastBuilder.CreateCast(Instruction::Trunc, Dividend,
132 Value *FastQuotientV = FastBuilder.CreateCast(Instruction::ZExt,
135 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.h1249 return CreateCast(Instruction::Trunc, V, DestTy, Name);
1252 return CreateCast(Instruction::ZExt, V, DestTy, Name);
1255 return CreateCast(Instruction::SExt, V, DestTy, Name);
1286 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
1289 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
1292 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
1295 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
1299 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
1302 return CreateCast(Instruction::FPExt, V, DestTy, Name);
1306 return CreateCast(Instructio
1344 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.cpp361 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
/external/clang/include/clang/Sema/
H A DInitialization.h503 static InitializationKind CreateCast(SourceRange TypeRange) { function in class:clang::InitializationKind
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp481 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(),
/external/clang/lib/Sema/
H A DSemaCast.cpp334 : InitializationKind::CreateCast(/*type range?*/ range);
1512 : InitializationKind::CreateCast(OpRange);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1089 Value *NewSI = Builder->CreateCast(CastOp,
H A DInstructionCombining.cpp702 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
913 InV = Builder->CreateCast(CI->getOpcode(),
H A DInstCombineCalls.cpp2253 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3852 Value *ScalarCast = Builder.CreateCast(CI->getOpcode(), Induction,
3870 Entry[Part] = Builder.CreateCast(CI->getOpcode(), A[Part], DestTy);
H A DSLPVectorizer.cpp2260 Value *V = Builder.CreateCast(CI->getOpcode(), InVec, VecTy);
/external/llvm/lib/IR/
H A DCore.cpp2696 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val),

Completed in 460 milliseconds