Searched refs:CreateBitOrPointerCast (Results 1 - 10 of 10) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 432 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType());
|
H A D | JumpThreading.cpp | 961 CastInst::CreateBitOrPointerCast(AvailableVal, LI->getType(), "", LI); 1098 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "",
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 808 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(),
|
H A D | InstCombineCalls.cpp | 2227 Args.push_back(Builder->CreateBitOrPointerCast(*AI, ParamTy)); 2301 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
|
H A D | InstCombineAndOrXor.cpp | 1533 return CastInst::CreateBitOrPointerCast(Call, I.getType());
|
/external/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 699 static CastInst *CreateBitOrPointerCast(
|
H A D | IRBuilder.h | 1384 Value *CreateBitOrPointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
|
/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2300 StridedVec = Builder.CreateBitOrPointerCast(StridedVec, OtherVTy); 2332 StoredVec = Builder.CreateBitOrPointerCast(StoredVec, SubVT);
|
/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2724 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty,
|
/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1915 llvm::Value *Buf = Builder.CreateBitOrPointerCast( 1932 llvm::Value *Buf = Builder.CreateBitOrPointerCast(
|
Completed in 804 milliseconds