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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp121 Value *ShortDivisorV = FastBuilder.CreateCast(Instruction::Trunc, Divisor,
123 Value *ShortDividendV = FastBuilder.CreateCast(Instruction::Trunc, Dividend,
131 Value *FastQuotientV = FastBuilder.CreateCast(Instruction::ZExt,
134 Value *FastRemainderV = FastBuilder.CreateCast(Instruction::ZExt,
/freebsd-10.2-release/contrib/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 DTargetFolder.h167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::TargetFolder
190 return CreateCast(Instruction::BitCast, C, DestTy);
193 return CreateCast(Instruction::IntToPtr, C, DestTy);
196 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DNoFolder.h214 Instruction *CreateCast(Instruction::CastOps Op, Constant *C, function in class:llvm::NoFolder
230 return CreateCast(Instruction::BitCast, C, DestTy);
233 return CreateCast(Instruction::IntToPtr, C, DestTy);
236 return CreateCast(Instruction::PtrToInt, C, DestTy);
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1069 return CreateCast(Instruction::Trunc, V, DestTy, Name);
1072 return CreateCast(Instruction::ZExt, V, DestTy, Name);
1075 return CreateCast(Instruction::SExt, V, DestTy, Name);
1106 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
1109 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
1112 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
1115 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
1119 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
1122 return CreateCast(Instruction::FPExt, V, DestTy, Name);
1126 return CreateCast(Instructio
1164 Value *CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, function in class:llvm::IRBuilder
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp120 Builder.CreateCast((Instruction::CastOps)OpCode,
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp357 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h488 static InitializationKind CreateCast(SourceRange TypeRange) { function in class:clang::InitializationKind
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp530 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
H A DInstructionCombining.cpp552 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
745 InV = Builder->CreateCast(CI->getOpcode(),
H A DInstCombineCalls.cpp1161 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp338 : InitializationKind::CreateCast(/*type range?*/ range);
1443 : InitializationKind::CreateCast(OpRange);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1420 Value *V = Builder.CreateCast(CI->getOpcode(), InVec, VecTy);
H A DLoopVectorize.cpp2705 Value *ScalarCast = Builder.CreateCast(CI->getOpcode(), Induction,
2718 Entry[Part] = Builder.CreateCast(CI->getOpcode(), A[Part], DestTy);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp2352 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val),

Completed in 154 milliseconds