Searched refs:CreateBitOrPointerCast (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp432 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType());
H A DJumpThreading.cpp961 CastInst::CreateBitOrPointerCast(AvailableVal, LI->getType(), "", LI);
1098 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "",
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp808 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(),
H A DInstCombineCalls.cpp2227 Args.push_back(Builder->CreateBitOrPointerCast(*AI, ParamTy));
2301 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy);
H A DInstCombineAndOrXor.cpp1533 return CastInst::CreateBitOrPointerCast(Call, I.getType());
/external/llvm/include/llvm/IR/
H A DInstrTypes.h699 static CastInst *CreateBitOrPointerCast(
H A DIRBuilder.h1384 Value *CreateBitOrPointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2300 StridedVec = Builder.CreateBitOrPointerCast(StridedVec, OtherVTy);
2332 StoredVec = Builder.CreateBitOrPointerCast(StoredVec, SubVT);
/external/llvm/lib/IR/
H A DInstructions.cpp2724 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1915 llvm::Value *Buf = Builder.CreateBitOrPointerCast(
1932 llvm::Value *Buf = Builder.CreateBitOrPointerCast(

Completed in 804 milliseconds