Searched refs:CreateSExtOrBitCast (Results 1 – 5 of 5) sorted by relevance
563 static CastInst *CreateSExtOrBitCast(
2150 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, const Twine &Name = "") {
3004 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, in CreateSExtOrBitCast() function in CastInst
4143 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
1089 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()