Home
last modified time | relevance | path

Searched refs:CommonPointerBase (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h890 struct CommonPointerBase { struct
902 static CommonPointerBase compute(Value *LHS, Value *RHS); argument
H A DInstCombineAddSub.cpp2101 CommonPointerBase CommonPointerBase::compute(Value *LHS, Value *RHS) { in compute()
2102 CommonPointerBase Base; in compute()
2154 CommonPointerBase Base = CommonPointerBase::compute(LHS, RHS); in OptimizePointerDifference()
H A DInstCombineCompares.cpp711 CommonPointerBase Base = CommonPointerBase::compute(GEPLHS, RHS); in foldGEPICmp()