Searched refs:CommonPointerBase (Results 1 – 3 of 3) sorted by relevance
890 struct CommonPointerBase { struct902 static CommonPointerBase compute(Value *LHS, Value *RHS); argument
2101 CommonPointerBase CommonPointerBase::compute(Value *LHS, Value *RHS) { in compute()2102 CommonPointerBase Base; in compute()2154 CommonPointerBase Base = CommonPointerBase::compute(LHS, RHS); in OptimizePointerDifference()
711 CommonPointerBase Base = CommonPointerBase::compute(GEPLHS, RHS); in foldGEPICmp()