Searched refs:CreatePtrDiff (Results 1 – 4 of 4) sorted by relevance
1527 Value *CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name = "") {
2741 return wrap(unwrap(B)->CreatePtrDiff(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildPtrDiff()
1719 func (b Builder) CreatePtrDiff(lhs, rhs Value, name string) (v Value) { func
2494 See the method [llvm::LLVMBuilder::CreatePtrDiff]. *)