Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp425 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
H A DInstCombineCalls.cpp1544 Args.push_back(Builder->CreateBitOrPointerCast(*AI, ParamTy)); in transformConstExprCastCall()
1615 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h498 static CastInst *CreateBitOrPointerCast(
H A DIRBuilder.h1285 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp906 CastInst::CreateBitOrPointerCast(AvailableVal, LI->getType(), "", LI); in SimplifyPartiallyRedundantLoad()
1043 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2559 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst