Searched refs:CreateBitOrPointerCast (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 425 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
|
| H A D | InstCombineCalls.cpp | 1544 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 D | InstrTypes.h | 498 static CastInst *CreateBitOrPointerCast(
|
| H A D | IRBuilder.h | 1285 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 906 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 D | Instructions.cpp | 2559 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst
|