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.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);
/external/llvm/include/llvm/IR/
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.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);
H A DIRBuilder.h1095 return CreateCast(Instruction::Trunc, V, DestTy, Name);
1098 return CreateCast(Instruction::ZExt, V, DestTy, Name);
1101 return CreateCast(Instruction::SExt, V, DestTy, Name);
1132 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
1135 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
1138 return CreateCast(Instruction::UIToFP, V, DestTy, Name);
1141 return CreateCast(Instruction::SIToFP, V, DestTy, Name);
1145 return CreateCast(Instruction::FPTrunc, V, DestTy, Name);
1148 return CreateCast(Instruction::FPExt, V, DestTy, Name);
1152 return CreateCast(Instructio
1190 Value *CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, function in class:llvm::IRBuilder
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp120 Builder.CreateCast((Instruction::CastOps)OpCode,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp354 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/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp561 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
H A DInstructionCombining.cpp649 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
846 InV = Builder->CreateCast(CI->getOpcode(),
H A DInstCombineCalls.cpp1410 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp470 Res[I] = Builder.CreateCast(CI.getOpcode(), Op0[I], VT->getElementType(),
/external/clang/lib/Sema/
H A DSemaCast.cpp339 : InitializationKind::CreateCast(/*type range?*/ range);
1462 : InitializationKind::CreateCast(OpRange);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3196 Value *ScalarCast = Builder.CreateCast(CI->getOpcode(), Induction,
3209 Entry[Part] = Builder.CreateCast(CI->getOpcode(), A[Part], DestTy);
H A DSLPVectorizer.cpp1694 Value *V = Builder.CreateCast(CI->getOpcode(), InVec, VecTy);
/external/llvm/lib/IR/
H A DCore.cpp2458 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val),

Completed in 8614 milliseconds