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