Home
last modified time | relevance | path

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

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