Home
last modified time | relevance | path

Searched refs:foldPtrToIntOfGEP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h692 Value *foldPtrToIntOfGEP(Type *IntTy, Value *Ptr);
H A DInstCombineCasts.cpp2078 Value *InstCombinerImpl::foldPtrToIntOfGEP(Type *IntTy, Value *Ptr) { in foldPtrToIntOfGEP() function in InstCombinerImpl
2140 if (Value *V = foldPtrToIntOfGEP(Ty, SrcOp)) in visitPtrToInt()