Searched refs:CreateBitOrPointerCast (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 905 CastInst::CreateBitOrPointerCast(AvailableVal, LI->getType(), "", LI); in SimplifyPartiallyRedundantLoad() 1042 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 498 static CastInst *CreateBitOrPointerCast(
|
D | IRBuilder.h | 1311 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1634 Args.push_back(Builder->CreateBitOrPointerCast(*AI, ParamTy)); in transformConstExprCastCall() 1705 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
|
D | InstCombineLoadStoreAlloca.cpp | 710 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2450 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1703 llvm::Value *Buf = Builder.CreateBitOrPointerCast( in EmitBuiltinExpr() 1720 llvm::Value *Buf = Builder.CreateBitOrPointerCast( in EmitBuiltinExpr()
|