Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp905 CastInst::CreateBitOrPointerCast(AvailableVal, LI->getType(), "", LI); in SimplifyPartiallyRedundantLoad()
1042 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()
/external/llvm/include/llvm/IR/
DInstrTypes.h498 static CastInst *CreateBitOrPointerCast(
DIRBuilder.h1311 Value *CreateBitOrPointerCast(Value *V, Type *DestTy,
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1634 Args.push_back(Builder->CreateBitOrPointerCast(*AI, ParamTy)); in transformConstExprCastCall()
1705 NV = NC = CastInst::CreateBitOrPointerCast(NC, OldRetTy); in transformConstExprCastCall()
DInstCombineLoadStoreAlloca.cpp710 LI, Builder->CreateBitOrPointerCast(AvailableVal, LI.getType(), in visitLoadInst()
/external/llvm/lib/IR/
DInstructions.cpp2450 CastInst *CastInst::CreateBitOrPointerCast(Value *S, Type *Ty, in CreateBitOrPointerCast() function in CastInst
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1703 llvm::Value *Buf = Builder.CreateBitOrPointerCast( in EmitBuiltinExpr()
1720 llvm::Value *Buf = Builder.CreateBitOrPointerCast( in EmitBuiltinExpr()