Searched defs:CreatePointerCast (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | ConstantFolder.h | 160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder |
H A D | NoFolder.h | 219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder 220 return CastInst::CreatePointerCast(C, DestTy); |
H A D | IRBuilder.h | 1352 Value *CreatePointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder 1357 return Insert(Folder.CreatePointerCast(VC, DestTy), Name); 1358 return Insert(CastInst::CreatePointerCast(V, DestTy), Name); |
/external/llvm/include/llvm/Analysis/ | ||
H A D | TargetFolder.h | 180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder |
Completed in 67 milliseconds